Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.def38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)
101 LOAD_COMMAND_STRUCT(routines_command)
H A DMachO.h670 struct routines_command { struct
1295 inline void swapStruct(routines_command &r) { in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp468 void MappingTraits<MachO::routines_command>::mapping( in mapping()
469 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h695 MachO::routines_command
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1579 if (Load.C.cmdsize != sizeof(MachO::routines_command)) { in MachOObjectFile()
4756 MachO::routines_command
4758 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9242 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()
9245 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()
10078 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()