Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp186 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h60 MH_LAZY_INIT = 0x00000040u, enumerator
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp6995 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()
6997 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()