1 # This file declares the list of source files that should be exempt from
2 # AddressSanitizer instrumentation. Usually, this is because a file is used by
3 # the AddressSanitizer runtime itself, or because the code executes before
4 # the runtime has been initialized.
7 type:struct linker_set_entry
10 # Exclude KASAN itself
12 src:./san/kasan-fakestack.c
13 src:./san/kasan-x86_64.c
14 src:./san/kasan-memintrinsics.c
15 src:./san/kasan_dynamic_blacklist.c
17 # Try really hard to avoid panicing while debugging
19 src:./osfmk/kern/debug.c
21 # Exclude KASAN dependencies
22 # XXX: could this be relaxed since fakestack is reentrant?
23 src:./osfmk/kern/zalloc.c