Searched refs:routines_command (Results 1 – 6 of 6) sorted by relevance
38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)100 LOAD_COMMAND_STRUCT(routines_command)
674 struct routines_command { struct1294 inline void swapStruct(routines_command &r) { in swapStruct()
467 void MappingTraits<MachO::routines_command>::mapping( in mapping()468 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
692 MachO::routines_command
1572 if (Load.C.cmdsize != sizeof(MachO::routines_command)) { in MachOObjectFile()4749 MachO::routines_command4751 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
9652 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()9655 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()10486 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()