HomeSort by: relevance | last modified time | path
    Searched refs:routines_command (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 428 void MappingTraits<MachO::routines_command>::mapping(
429 IO &IO, MachO::routines_command &LoadCommand) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1299 struct routines_command
2977 struct routines_command
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 537 MachO::routines_command
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 667 struct routines_command { struct
1160 inline void swapStruct(routines_command &r) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1560 if (Load.C.cmdsize != sizeof(MachO::routines_command)) {
4402 MachO::routines_command
4404 return getStruct<MachO::routines_command>(*this, L.Ptr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 9347 static void PrintRoutinesCommand(MachO::routines_command r) {
9350 if (r.cmdsize != sizeof(struct MachO::routines_command))
10177 MachO::routines_command Rc = Obj->getRoutinesCommand(Command);

Completed in 41 milliseconds