Searched refs:routines_command (Results 1 – 4 of 4) sorted by relevance
379 MachO::routines_command
687 struct routines_command { struct1134 inline void swapStruct(routines_command &r) { in swapStruct()
2388 MachO::routines_command2390 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
7902 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()7905 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()8457 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()