Searched refs:entry_point_command (Results 1 – 5 of 5) sorted by relevance
577 struct entry_point_command* epcmd in load_thin_file()578 = (struct entry_point_command*)lc; in load_thin_file()
359 MachO::entry_point_command
917 struct entry_point_command { struct1183 inline void swapStruct(entry_point_command &e) { in swapStruct()
2050 MachO::entry_point_command2052 return getStruct<MachO::entry_point_command>(this, L.Ptr); in getEntryPointCommand()
7910 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()7913 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()8586 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()