Searched refs:routines_command_64 (Results 1 – 7 of 7) sorted by relevance
50 HANDLE_LOAD_COMMAND(LC_ROUTINES_64, 0x0000001Au, routines_command_64)98 LOAD_COMMAND_STRUCT(routines_command_64)
680 struct routines_command_64 { struct1173 inline void swapStruct(routines_command_64 &r) { in swapStruct()
440 void MappingTraits<MachO::routines_command_64>::mapping( in mapping()441 IO &IO, MachO::routines_command_64 &LoadCommand) { in mapping()
1335 struct routines_command_64 in version()2991 struct routines_command_64
539 MachO::routines_command_64
1572 if (Load.C.cmdsize != sizeof(MachO::routines_command_64)) { in MachOObjectFile()4407 MachO::routines_command_644409 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
9364 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in PrintRoutinesCommand64()9367 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in PrintRoutinesCommand64()10180 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()