Searched refs:MH_NO_REEXPORTED_DYLIBS (Results 1 – 12 of 12) sorted by relevance
185 #define MH_NO_REEXPORTED_DYLIBS 0x100000 /* When this bit is set on a dylib, macro
529 if (hdr->flags & MH_NO_REEXPORTED_DYLIBS) in DylibFile()
67 hdr->flags |= MachO::MH_NO_REEXPORTED_DYLIBS; in writeTo()
57 MH_NO_REEXPORTED_DYLIBS = 0x00100000 variable776 if self.bits & MH_NO_REEXPORTED_DYLIBS:
207 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
203 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
76 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
79 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
75 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
7638 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) { in PrintMachHeader()7640 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS; in PrintMachHeader()
8521 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) { in PrintMachHeader()8523 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS; in PrintMachHeader()