Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.def38 HANDLE_LOAD_COMMAND(LC_ROUTINES, 0x00000011u, routines_command)
97 LOAD_COMMAND_STRUCT(routines_command)
H A DMachO.h667 struct routines_command { struct
1160 inline void swapStruct(routines_command &r) { in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp428 void MappingTraits<MachO::routines_command>::mapping( in mapping()
429 IO &IO, MachO::routines_command &LoadCommand) { in mapping()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1299 struct routines_command in version() struct
2977 struct routines_command struct
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h537 MachO::routines_command
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1560 if (Load.C.cmdsize != sizeof(MachO::routines_command)) { in MachOObjectFile()
4402 MachO::routines_command
4404 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9347 static void PrintRoutinesCommand(MachO::routines_command r) { in PrintRoutinesCommand()
9350 if (r.cmdsize != sizeof(struct MachO::routines_command)) in PrintRoutinesCommand()
10177 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()