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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 280 const dylib_command *dylib_lc = (const dylib_command *)lc;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp 284 const dylib_command *dylib_lc = (const dylib_command *)lc;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp 310 const dylib_command *dylib_lc = (const dylib_command *)lc;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp 200 updateLoadCommandPayloadString<MachO::dylib_command>(
220 updateLoadCommandPayloadString<MachO::dylib_command>(LC,
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 219 void mapLoadCommandData<MachO::dylib_command>(
329 void MappingTraits<MachO::dylib_command>::mapping(
330 IO &IO, MachO::dylib_command &LoadCommand) {
MachOEmitter.cpp 166 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC,
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 235 MachODumper::processLoadCommandData<MachO::dylib_command>(
239 return readString<MachO::dylib_command>(LC, LoadCmd);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1098 * (filetype == MH_DYLIB in the mach header) contains a dylib_command
1100 * dynamically linked shared library also contains a dylib_command
1104 struct dylib_command
2920 struct dylib_command
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 732 if (Load.C.cmdsize < sizeof(MachO::dylib_command))
735 auto CommandOrErr = getStructOrErr<MachO::dylib_command>(Obj, Load.Ptr);
738 MachO::dylib_command D = CommandOrErr.get();
739 if (D.dylib.name < sizeof(MachO::dylib_command))
742 "the end of the dylib_command struct");
2457 getStructOrErr<MachO::dylib_command>(*this, Libraries[i]);
2460 MachO::dylib_command D = CommandOrErr.get();
4337 MachO::dylib_command
4339 return getStruct<MachO::dylib_command>(*this, L.Ptr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 511 MachO::dylib_command
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 712 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 617 struct dylib_command { struct
1127 inline void swapStruct(dylib_command &d) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 1191 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load);
9997 static void PrintDylibCommand(MachO::dylib_command dl, const char *Ptr) {
10013 if (dl.cmdsize < sizeof(struct MachO::dylib_command))
10192 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);

Completed in 46 milliseconds