Searched refs:sub_library (Results 1 – 13 of 13) sorted by relevance
408 uint32_t sub_library; member
621 uint32_t sub_library; member1109 sys::swapByteOrder(s.sub_library); in swapStruct()
622 uint32_t sub_library; member1117 sys::swapByteOrder(s.sub_library); in swapStruct()
627 uint32_t sub_library; member1134 sys::swapByteOrder(s.sub_library); in swapStruct()
496 IO.mapRequired("sub_library", LoadCommand.sub_library); in mapping()
507 IO.mapRequired("sub_library", LoadCommand.sub_library); in mapping()
414 SUB_LIB: sub_library libfoo (offset 12)
416 SUB_LIB: sub_library libfoo (offset 12)
8400 if (sub.sub_library < sub.cmdsize) { in PrintSubLibraryCommand()8401 const char *P = Ptr + sub.sub_library; in PrintSubLibraryCommand()8402 outs() << " sub_library " << P << " (offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()8404 outs() << " sub_library ?(bad offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()
8844 if (sub.sub_library < sub.cmdsize) { in PrintSubLibraryCommand()8845 const char *P = Ptr + sub.sub_library; in PrintSubLibraryCommand()8846 outs() << " sub_library " << P << " (offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()8848 outs() << " sub_library ?(bad offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()
369 …-toobig': truncated or malformed object (load command 0 LC_SUB_LIBRARY sub_library.offset field ex…
1499 "sub_library_command", S.sub_library, in MachOObjectFile()
1868 def sub__library : JoinedOrSeparate<["-"], "sub_library">;