Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h360 MachO::entry_point_command
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h920 struct entry_point_command { struct
1188 inline void swapStruct(entry_point_command &e) { in swapStruct()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp2038 MachO::entry_point_command
2040 return getStruct<MachO::entry_point_command>(this, L.Ptr); in getEntryPointCommand()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7702 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()
7705 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()
8376 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()