Searched refs:entry_point_command (Results 1 – 10 of 10) sorted by relevance
40 struct entry_point_command { struct
274 return sizeof(structs::entry_point_command); in getSize()278 auto *c = reinterpret_cast<structs::entry_point_command *>(buf); in writeTo()
65 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command)88 LOAD_COMMAND_STRUCT(entry_point_command)
926 struct entry_point_command { struct1214 inline void swapStruct(entry_point_command &e) { in swapStruct()
435 size += sizeof(entry_point_command); in loadCommandsSize()949 entry_point_command ep; in writeLoadCommands()951 ep.cmdsize = sizeof(entry_point_command); in writeLoadCommands()956 memcpy(lc, &ep, sizeof(entry_point_command)); in writeLoadCommands()957 lc += sizeof(entry_point_command); in writeLoadCommands()
376 void MappingTraits<MachO::entry_point_command>::mapping( in mapping()377 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
523 MachO::entry_point_command
1472 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) { in MachOObjectFile()4373 MachO::entry_point_command4375 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
1501 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
9198 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()9201 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()10150 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()