Searched refs:entry_point_command (Results 1 – 4 of 4) sorted by relevance
360 MachO::entry_point_command
920 struct entry_point_command { struct1188 inline void swapStruct(entry_point_command &e) { in swapStruct()
2038 MachO::entry_point_command2040 return getStruct<MachO::entry_point_command>(this, L.Ptr); in getEntryPointCommand()
7702 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()7705 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()8376 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()