Home
last modified time | relevance | path

Searched refs:routines_command (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.def32 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)
86 LOAD_COMMAND_STRUCT(routines_command)
DMachO.h643 struct routines_command { struct
1118 inline void swapStruct(routines_command &r) { in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def39 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)
96 LOAD_COMMAND_STRUCT(routines_command)
DMachO.h645 struct routines_command { struct
1126 inline void swapStruct(routines_command &r) { in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)
97 LOAD_COMMAND_STRUCT(routines_command)
DMachO.h657 struct routines_command { struct
1155 inline void swapStruct(routines_command &r) { in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp385 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/
DMachOYAML.cpp413 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/
Dloader.h790 struct routines_command { /* for 32-bit architectures */ struct
/external/llvm/include/llvm/Object/
DMachO.h377 MachO::routines_command
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h536 MachO::routines_command
/external/llvm/lib/Object/
DMachOObjectFile.cpp2185 MachO::routines_command
2187 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1560 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/
DMachODump.cpp8424 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()