Searched refs:routines_command_64 (Results 1 – 6 of 6) sorted by relevance
50 HANDLE_LOAD_COMMAND(LC_ROUTINES_64, 0x0000001Au, routines_command_64)102 LOAD_COMMAND_STRUCT(routines_command_64)
683 struct routines_command_64 { struct1308 inline void swapStruct(routines_command_64 &r) { in swapStruct()
480 void MappingTraits<MachO::routines_command_64>::mapping( in mapping()481 IO &IO, MachO::routines_command_64 &LoadCommand) { in mapping()
698 MachO::routines_command_64
1591 if (Load.C.cmdsize != sizeof(MachO::routines_command_64)) { in MachOObjectFile() 4765 MachO::routines_command_644767 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getThreadCommand()
9371 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in Print_x86_float_state_t() 9374 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in Print_x86_float_state_t() 10193 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in printMachOExportsTrie()