Searched refs:routines_command (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | MachO.def | 32 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command) 86 LOAD_COMMAND_STRUCT(routines_command)
|
D | MachO.h | 643 struct routines_command { struct 1118 inline void swapStruct(routines_command &r) { in swapStruct()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.def | 39 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command) 96 LOAD_COMMAND_STRUCT(routines_command)
|
D | MachO.h | 645 struct routines_command { struct 1126 inline void swapStruct(routines_command &r) { in swapStruct()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.def | 38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command) 97 LOAD_COMMAND_STRUCT(routines_command)
|
D | MachO.h | 657 struct routines_command { struct 1155 inline void swapStruct(routines_command &r) { in swapStruct()
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 385 void MappingTraits<MachO::routines_command>::mapping( in mapping() 386 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 413 void MappingTraits<MachO::routines_command>::mapping( in mapping() 414 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | loader.h | 790 struct routines_command { /* for 32-bit architectures */ struct
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 377 MachO::routines_command
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 536 MachO::routines_command
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2185 MachO::routines_command 2187 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1560 if (Load.C.cmdsize != sizeof(MachO::routines_command)) { in MachOObjectFile() 4391 MachO::routines_command 4393 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8424 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand() 8427 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand() 8978 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()
|