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