Searched refs:entry_point_command (Results 1 – 9 of 9) sorted by relevance
38 struct entry_point_command { struct
277 return sizeof(structs::entry_point_command); in getSize()281 auto *c = reinterpret_cast<structs::entry_point_command *>(buf); in writeTo()
65 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command)92 LOAD_COMMAND_STRUCT(entry_point_command)
948 struct entry_point_command {1349 inline void swapStruct(entry_point_command &e) {949 struct entry_point_command { global() struct 950 cmdentry_point_command global() argument 951 cmdsizeentry_point_command global() argument 952 entryoffentry_point_command global() argument 953 stacksizeentry_point_command global() argument
416 void MappingTraits<MachO::entry_point_command>::mapping( in mapping() 417 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
682 MachO::entry_point_command
1492 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) { in MachOObjectFile()4725 MachO::entry_point_command4727 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
1610 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
9205 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()9208 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()10163 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()