Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp208 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
/external/llvm/include/llvm/Support/
DMachO.h74 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7273 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) { in PrintMachHeader()
7275 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS; in PrintMachHeader()