Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.def50 HANDLE_LOAD_COMMAND(LC_ROUTINES_64, 0x0000001Au, routines_command_64)
98 LOAD_COMMAND_STRUCT(routines_command_64)
HDMachO.h672 struct routines_command_64 { struct
1170 inline void swapStruct(routines_command_64 &r) { in swapStruct()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp425 void MappingTraits<MachO::routines_command_64>::mapping( in mapping()
426 IO &IO, MachO::routines_command_64 &LoadCommand) { in mapping()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h538 MachO::routines_command_64
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1572 if (Load.C.cmdsize != sizeof(MachO::routines_command_64)) { in MachOObjectFile()
4396 MachO::routines_command_64
4398 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp9342 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in PrintRoutinesCommand64()
9345 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in PrintRoutinesCommand64()
10158 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()