Searched refs:MH_PIE (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp208 LLVM_READOBJ_ENUM_ENT(MachO, MH_PIE),
/external/llvm/include/llvm/Support/
H A DMachO.h77 MH_PIE = 0x00200000u, enumerator in enum:llvm::MachO::__anon12509
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h77 MH_PIE = 0x00200000u, enumerator in enum:llvm::MachO::__anon20555
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7634 if (f & MachO::MH_PIE) {
7636 f &= ~MachO::MH_PIE;

Completed in 109 milliseconds