Searched refs:MH_NO_REEXPORTED_DYLIBS (Results 1 – 3 of 3) sorted by relevance
208 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
74 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
7273 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) { in PrintMachHeader()7275 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS; in PrintMachHeader()