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

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 376 void MappingTraits<MachO::entry_point_command>::mapping(
377 IO &IO, MachO::entry_point_command &LoadCommand) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 2461 * The entry_point_command is a replacement for thread_command.
2466 struct entry_point_command
3380 struct entry_point_command
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 523 MachO::entry_point_command
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 926 struct entry_point_command { struct
1214 inline void swapStruct(entry_point_command &e) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1473 if (Load.C.cmdsize != sizeof(MachO::entry_point_command)) {
4367 MachO::entry_point_command
4369 return getStruct<MachO::entry_point_command>(*this, L.Ptr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 1616 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 9198 static void PrintEntryPointCommand(MachO::entry_point_command ep) {
9201 if (ep.cmdsize != sizeof(struct MachO::entry_point_command))
10150 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command);

Completed in 44 milliseconds