Lines Matching refs:accesses
27 out-of-bounds accesses for global variables is only supported since Clang 11.
240 memory accesses are valid or not by checking corresponding shadow memory.
272 emits callbacks to check memory accesses; and inline, which performs the shadow
278 Software tag-based KASAN uses 0xFF as a match-all pointer tag (accesses through
302 Hardware tag-based KASAN uses 0xFF as a match-all pointer tag (accesses through
335 declares all memory accesses as permitted.
340 This allows detection of invalid accesses to module globals, for example.
382 Ignoring accesses
390 Normally, KASAN detects and reports such accesses, but in some cases (e.g.,
391 in memory allocators), these accesses are valid.
410 per-function basis) makes KASAN ignore the accesses that happen directly in
411 that code for software KASAN modes. It does not help when the accesses happen
418 disables the reports for indirect accesses that happen through function calls.