Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h38 struct entry_point_command { struct
H A DWriter.cpp278 return sizeof(structs::entry_point_command); in getSize()
282 auto *c = reinterpret_cast<structs::entry_point_command *>(buf); in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.def65 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command)
92 LOAD_COMMAND_STRUCT(entry_point_command)
H A DMachO.h948 struct entry_point_command { struct
1349 inline void swapStruct(entry_point_command &e) { in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp416 void MappingTraits<MachO::entry_point_command>::mapping( in mapping()
417 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h681 MachO::entry_point_command
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1492 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) { in MachOObjectFile()
4721 MachO::entry_point_command
4723 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1610 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9093 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()
9096 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()
10051 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()