Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.def65 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command)
88 LOAD_COMMAND_STRUCT(entry_point_command)
H A DMachO.h926 struct entry_point_command { struct
1214 inline void swapStruct(entry_point_command &e) { in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp376 void MappingTraits<MachO::entry_point_command>::mapping( in mapping()
377 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d2466 struct entry_point_command in version() struct
3380 struct entry_point_command struct
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h523 MachO::entry_point_command
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1473 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) { in MachOObjectFile()
4367 MachO::entry_point_command
4369 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1616 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9198 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()