Searched refs:routines_command_64 (Results 1 – 7 of 7) sorted by relevance
41 HANDLE_LOAD_COMMAND(LC_ROUTINES_64, 0x0000001Au, routines_command_64)87 LOAD_COMMAND_STRUCT(routines_command_64)
656 struct routines_command_64 { struct1131 inline void swapStruct(routines_command_64 &r) { in swapStruct()
398 void MappingTraits<MachO::routines_command_64>::mapping( in mapping()399 IO &IO, MachO::routines_command_64 &LoadCommand) { in mapping()
443 struct routines_command_64 { struct
379 MachO::routines_command_64
2190 MachO::routines_command_642192 return getStruct<MachO::routines_command_64>(this, L.Ptr); in getRoutinesCommand64()
8441 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in PrintRoutinesCommand64()8444 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in PrintRoutinesCommand64()8981 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()