Searched refs:entry_point_command (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | MachO.def | 56 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command) 77 LOAD_COMMAND_STRUCT(entry_point_command)
|
D | MachO.h | 875 struct entry_point_command { struct 1172 inline void swapStruct(entry_point_command &e) { in swapStruct()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.def | 66 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command) 87 LOAD_COMMAND_STRUCT(entry_point_command)
|
D | MachO.h | 883 struct entry_point_command { struct 1180 inline void swapStruct(entry_point_command &e) { in swapStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.def | 66 HANDLE_LOAD_COMMAND(LC_MAIN, 0x80000028u, entry_point_command) 89 LOAD_COMMAND_STRUCT(entry_point_command)
|
D | MachO.h | 909 struct entry_point_command { struct 1197 inline void swapStruct(entry_point_command &e) { in swapStruct()
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 326 void MappingTraits<MachO::entry_point_command>::mapping( in mapping() 327 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 353 void MappingTraits<MachO::entry_point_command>::mapping( in mapping() 354 IO &IO, MachO::entry_point_command &LoadCommand) { in mapping()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 363 MachO::entry_point_command
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 529 MachO::entry_point_command
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2150 MachO::entry_point_command 2152 return getStruct<MachO::entry_point_command>(this, L.Ptr); in getEntryPointCommand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1428 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) { in MachOObjectFile() 4334 MachO::entry_point_command 4336 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 1610 MachO::entry_point_command LCmain = in dumpSymbolNamesFromObject()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8275 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand() 8278 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand() 8951 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8719 static void PrintEntryPointCommand(MachO::entry_point_command ep) { in PrintEntryPointCommand() 8722 if (ep.cmdsize != sizeof(struct MachO::entry_point_command)) in PrintEntryPointCommand() 9670 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()
|