Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.def50 HANDLE_LOAD_COMMAND(LC_ROUTINES_64, 0x0000001Au, routines_command_64)
98 LOAD_COMMAND_STRUCT(routines_command_64)
H A DMachO.h680 struct routines_command_64 { struct
1173 inline void swapStruct(routines_command_64 &r) { in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp440 void MappingTraits<MachO::routines_command_64>::mapping( in mapping()
441 IO &IO, MachO::routines_command_64 &LoadCommand) { in mapping()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1335 struct routines_command_64 in version()
2991 struct routines_command_64
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h539 MachO::routines_command_64
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1572 if (Load.C.cmdsize != sizeof(MachO::routines_command_64)) { in MachOObjectFile()
4407 MachO::routines_command_64
4409 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9364 static void PrintRoutinesCommand64(MachO::routines_command_64 r) { in PrintRoutinesCommand64()
9367 if (r.cmdsize != sizeof(struct MachO::routines_command_64)) in PrintRoutinesCommand64()
10180 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()