HomeSort by: relevance | last modified time | path
    Searched refs:NT_LLVM_HWASAN_GLOBALS (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_globals.cpp 20 enum { NT_LLVM_HWASAN_GLOBALS = 3 };
70 if (nhdr->n_type != NT_LLVM_HWASAN_GLOBALS ||
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_globals.cpp 18 enum { NT_LLVM_HWASAN_GLOBALS = 3 };
68 if (nhdr->n_type != NT_LLVM_HWASAN_GLOBALS ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1505 NT_LLVM_HWASAN_GLOBALS = 3,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 463 ConstantInt::get(Int32Ty, ELF::NT_LLVM_HWASAN_GLOBALS), // n_type
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 134 ECase(NT_LLVM_HWASAN_GLOBALS);

Completed in 28 milliseconds