Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_ume/
Dmacho.c577 struct entry_point_command* epcmd in load_thin_file()
578 = (struct entry_point_command*)lc; in load_thin_file()
/external/llvm/include/llvm/Object/
DMachO.h359 MachO::entry_point_command
/external/llvm/include/llvm/Support/
DMachO.h917 struct entry_point_command { struct
1183 inline void swapStruct(entry_point_command &e) { in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2050 MachO::entry_point_command
2052 return getStruct<MachO::entry_point_command>(this, L.Ptr); in getEntryPointCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7910 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand()
7913 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand()
8586 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()