Home
last modified time | relevance | path

Searched refs:NT_LLVM_HWASAN_GLOBALS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_globals.cpp18 enum { NT_LLVM_HWASAN_GLOBALS = 3 }; enumerator
68 if (nhdr->n_type != NT_LLVM_HWASAN_GLOBALS || in HwasanGlobalsFor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1505 NT_LLVM_HWASAN_GLOBALS = 3, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst205 .word 3 // NT_LLVM_HWASAN_GLOBALS
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp463 ConstantInt::get(Int32Ty, ELF::NT_LLVM_HWASAN_GLOBALS), // n_type in createHwasanCtorComdat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp134 ECase(NT_LLVM_HWASAN_GLOBALS); in enumeration()