Searched refs:dylib_command (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc177 struct dylib_command dylib_cmd;
182 // If we found the command, we'll have initialized the dylib_command
356 struct dylib_command *dylib_cmd = (struct dylib_command *)context;
358 if (!walker->ReadBytes(dylib_cmd, sizeof(struct dylib_command), offset))
/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.cc280 const struct dylib_command *dc =
281 reinterpret_cast<const struct dylib_command *>(cmd);
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp141 const char *MachODumper::processLoadCommandData<MachO::dylib_command>(
144 return readString<MachO::dylib_command>(LC, LoadCmd);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp199 void mapLoadCommandData<MachO::dylib_command>(
275 void MappingTraits<MachO::dylib_command>::mapping(
276 IO &IO, MachO::dylib_command &LoadCommand) {
/external/llvm/include/llvm/Object/
H A DMachO.h351 MachO::dylib_command
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1053 MachO::dylib_command D =
1054 getStruct<MachO::dylib_command>(this, Libraries[i]);
2120 MachO::dylib_command
2122 return getStruct<MachO::dylib_command>(this, L.Ptr);
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp153 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h381 struct dylib_command { struct in namespace:llvm::MachO
/external/llvm/include/llvm/Support/
H A DMachO.h594 struct dylib_command { struct
1085 inline void swapStruct(dylib_command &d) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h595 struct dylib_command { struct
1093 inline void swapStruct(dylib_command &d) {
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c782 struct dylib_command dcmd;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp573 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load);
8805 static void PrintDylibCommand(MachO::dylib_command dl, const char *Ptr) {
8821 if (dl.cmdsize < sizeof(struct MachO::dylib_command))
8993 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);

Completed in 453 milliseconds