Home
last modified time | relevance | path

Searched defs:ElfMagic (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h45 static const char ElfMagic[] = { 0x7f, 'E', 'L', 'F', '\0' }; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h46 static const char ElfMagic[] = {0x7f, 'E', 'L', 'F', '\0'}; variable
/external/llvm/include/llvm/Support/
DELF.h46 static const char ElfMagic[] = { 0x7f, 'E', 'L', 'F', '\0' }; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h44 static const char ElfMagic[] = {0x7f, 'E', 'L', 'F', '\0'}; variable