Searched refs:MH_DYLIB_STUB (Results 1 – 5 of 5) sorted by relevance
147 MH_DYLIB_STUB, in version() enumerator2622 MH_DYLIB_STUB = 0x9, enumerator
302 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()310 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()320 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()329 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()338 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()354 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()771 Obj.getHeader().filetype != MachO::MH_DYLIB_STUB) in checkDylibIdCommand()1670 getHeader().filetype == MachO::MH_DYLIB_STUB) && in MachOObjectFile()
95 { "DynamicLibraryStub", MachO::MH_DYLIB_STUB },
51 MH_DYLIB_STUB = 0x9u, enumerator
8410 case MachO::MH_DYLIB_STUB: in PrintMachHeader()