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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
getsect.d 28 * In reality this will be $(REF segment_command, core, sys, darwin, mach, loader)
417 const(segment_command)* getsegbyname(
loader.d 559 struct segment_command
637 /// Constants for the flags field of the segment_command.
2746 struct segment_command
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 119 // MachO::segment_command. We do that to avoid having to duplicate the logic
121 struct MachO::segment_command_64 adaptFrom32bits(MachO::segment_command Seg) {
227 const MachO::segment_command &Seg,
351 return sizeof(MachO::segment_command) + NumSections * sizeof(MachO::section);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOLayoutBuilder.cpp 33 Size += sizeof(MachO::segment_command) +
193 sizeof(MachO::segment_command) +
274 MLC->segment_command_data.cmdsize = sizeof(MachO::segment_command);
Object.cpp 167 strnlen(SegName, sizeof(MachO::segment_command::segname)));
MachOWriter.cpp 175 memcpy(Begin, &MLC.segment_command_data, sizeof(MachO::segment_command));
176 Begin += sizeof(MachO::segment_command);
MachOReader.cpp 127 extractSections<MachO::section, MachO::segment_command>(
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 99 // The |vmaddr|, |vmsize| and |fileoff| fields of segment_command or
337 if (NextSegmentLoad<LC_SEGMENT, struct segment_command>(
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp 102 // The |vmaddr|, |vmsize| and |fileoff| fields of segment_command or
372 if (NextSegmentLoad<LC_SEGMENT, struct segment_command>(
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp 102 // The |vmaddr|, |vmsize| and |fileoff| fields of segment_command or
341 if (NextSegmentLoad<LC_SEGMENT, struct segment_command>(
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 207 void mapLoadCommandData<MachO::segment_command>(
487 void MappingTraits<MachO::segment_command>::mapping(
488 IO &IO, MachO::segment_command &LoadCommand) {
MachOEmitter.cpp 125 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 238 MachO::segment_command SLC = MachO->getSegmentLoadCommand(Command);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 256 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load);
325 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 204 MachODumper::processLoadCommandData<MachO::segment_command>(
208 return extractSections<MachO::section, MachO::segment_command>(
  /src/external/bsd/jemalloc/dist/src/
prof_sys.c 724 typedef struct segment_command segment_command_t;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 178 // struct segment_command (56 bytes) or
186 sizeof(MachO::segment_command);
771 sizeof(MachO::segment_command) + NumSections * sizeof(MachO::section);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 497 MachO::segment_command
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 361 MachO::segment_command SC = Obj->getSegmentLoadCommand(L);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 104 // Constant bits for the "flags" field in llvm::MachO::segment_command
486 // Values for segment_command.initprot.
535 struct segment_command { struct
1075 inline void swapStruct(segment_command &seg) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 100 sizeof(MachO::segment_command);
1399 if ((Err = parseSegmentLoadCommand<MachO::segment_command,
4302 MachO::segment_command
4304 return getStruct<MachO::segment_command>(*this, L.Ptr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 316 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command);
694 MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
1022 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
1049 MachO::segment_command SLC = O->getSegmentLoadCommand(Command);
3027 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
3093 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
8560 expected_cmdsize += sizeof(struct MachO::segment_command);
10084 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command);
10258 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 1252 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command);

Completed in 56 milliseconds