Home
last modified time | relevance | path

Searched refs:MH_LAZY_INIT (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp193 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp195 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
/external/llvm/include/llvm/Support/
DMachO.h62 MH_LAZY_INIT = 0x00000040u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h62 MH_LAZY_INIT = 0x00000040u, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h62 MH_LAZY_INIT = 0x00000040u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7582 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()
7584 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp7977 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()
7979 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()