Searched refs:routines_command (Results 1 – 7 of 7) sorted by relevance
38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)97 LOAD_COMMAND_STRUCT(routines_command)
667 struct routines_command { struct1160 inline void swapStruct(routines_command &r) { in swapStruct()
428 void MappingTraits<MachO::routines_command>::mapping( in mapping()429 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
1299 struct routines_command in version() struct2977 struct routines_command struct
537 MachO::routines_command
1560 if (Load.C.cmdsize != sizeof(MachO::routines_command)) { in MachOObjectFile()4402 MachO::routines_command4404 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
9347 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()9350 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()10177 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()