Searched refs:sub_library_command (Results 1 – 7 of 7) sorted by relevance
42 HANDLE_LOAD_COMMAND(LC_SUB_LIBRARY, 0x00000015u, sub_library_command)105 LOAD_COMMAND_STRUCT(sub_library_command)
641 struct sub_library_command { struct1148 inline void swapStruct(sub_library_command &s) { in swapStruct()
528 void MappingTraits<MachO::sub_library_command>::mapping( in mapping()529 IO &IO, MachO::sub_library_command &LoadCommand) { in mapping()
1202 struct sub_library_command in version() struct2948 struct sub_library_command struct
1535 if (Load.C.cmdsize < sizeof(MachO::sub_library_command)) { in MachOObjectFile()1540 MachO::sub_library_command S = in MachOObjectFile()1541 getStruct<MachO::sub_library_command>(*this, Load.Ptr); in MachOObjectFile()1543 sizeof(MachO::sub_library_command), in MachOObjectFile()4392 MachO::sub_library_command4394 return getStruct<MachO::sub_library_command>(*this, L.Ptr); in getSubLibraryCommand()
533 MachO::sub_library_command
9315 static void PrintSubLibraryCommand(MachO::sub_library_command sub, in PrintSubLibraryCommand()9319 if (sub.cmdsize < sizeof(struct MachO::sub_library_command)) in PrintSubLibraryCommand()10171 MachO::sub_library_command Sl = Obj->getSubLibraryCommand(Command); in PrintLoadCommands()