Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h379 MachO::routines_command
/external/llvm/include/llvm/Support/
DMachO.h687 struct routines_command { struct
1134 inline void swapStruct(routines_command &r) { in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2388 MachO::routines_command
2390 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7902 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()
7905 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()
8457 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()