Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h375 MachO::routines_command_64
/external/llvm/include/llvm/Support/
DMachO.h698 struct routines_command_64 { struct
1142 inline void swapStruct(routines_command_64 &r) { in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2090 MachO::routines_command_64
2092 return getStruct<MachO::routines_command_64>(this, L.Ptr); in getRoutinesCommand64()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8076 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in PrintRoutinesCommand64()
8079 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in PrintRoutinesCommand64()
8616 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()