Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h376 MachO::routines_command_64
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h700 struct routines_command_64 { struct
1147 inline void swapStruct(routines_command_64 &r) { in swapStruct()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp2078 MachO::routines_command_64
2080 return getStruct<MachO::routines_command_64>(this, L.Ptr); in getRoutinesCommand64()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7868 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in PrintRoutinesCommand64()
7871 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in PrintRoutinesCommand64()
8406 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()