Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h373 MachO::routines_command
/external/llvm/include/llvm/Support/
DMachO.h685 struct routines_command { struct
1129 inline void swapStruct(routines_command &r) { in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2085 MachO::routines_command
2087 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8059 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()
8062 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()
8613 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()