Searched refs:routines_command (Results 1 – 4 of 4) sorted by relevance
373 MachO::routines_command
685 struct routines_command { struct1129 inline void swapStruct(routines_command &r) { in swapStruct()
2085 MachO::routines_command2087 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
8059 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()8062 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()8613 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()