Home
last modified time | relevance | path

Searched refs:entry_point_command (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DMachOStructs.h40 struct entry_point_command { struct
H A DWriter.cpp277 return sizeof(structs::entry_point_command); in getSize()
281 auto *c = reinterpret_cast<structs::entry_point_command *>(buf); in writeTo()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.def65 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command)
90 LOAD_COMMAND_STRUCT(entry_point_command)
H A DMachO.h928 struct entry_point_command { struct
1237 inline void swapStruct(entry_point_command &e) { in swapStruct()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp405 void MappingTraits<MachO::entry_point_command>::mapping( in mapping()
406 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp206 MachO::entry_point_command LCMain = O.getEntryPointCommand(LC); in readStartAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h650 MachO::entry_point_command
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1480 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) { in MachOObjectFile()
4533 MachO::entry_point_command
4535 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1582 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp9231 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()
9234 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()
10187 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()