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

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp193 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
/external/llvm/include/llvm/Support/
H A DMachO.h62 MH_LAZY_INIT = 0x00000040u, enumerator in enum:llvm::MachO::__anon12509
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h62 MH_LAZY_INIT = 0x00000040u, enumerator in enum:llvm::MachO::__anon20555
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7582 if (f & MachO::MH_LAZY_INIT) {
7584 f &= ~MachO::MH_LAZY_INIT;

Completed in 269 milliseconds