Searched refs:routines_command (Results 1 – 6 of 6) sorted by relevance
38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)101 LOAD_COMMAND_STRUCT(routines_command)
670 struct routines_command { struct1295 inline void swapStruct(routines_command &r) { in swapStruct()
468 void MappingTraits<MachO::routines_command>::mapping( in mapping()469 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
696 MachO::routines_command
1579 if (Load.C.cmdsize != sizeof(MachO::routines_command)) { in MachOObjectFile() 4760 MachO::routines_command4762 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand64()
9354 static void PrintRoutinesCommand(MachO::routines_command r) { in Print_x86_float_state_t() 9357 if (r.cmdsize != sizeof(struct MachO::routines_command)) in Print_x86_float_state_t() 10190 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in printMachOExportsTrie()