Home
last modified time | relevance | path

Searched refs:LC_ID_DYLIB (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.cc184 if (dylib_cmd.cmd == LC_ID_DYLIB) { in IDCommand()
355 if (cmd->cmd == LC_ID_DYLIB) { in IDWalkerCB()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc279 if (cmd->cmd == LC_ID_DYLIB) { in FindTextSection()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp364 case MachO::LC_ID_DYLIB: in DumpLoadCommand()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c779 else if (cmd.cmd == LC_ID_DYLIB && mh.filetype == MH_DYLIB) { in ML_()
/external/llvm/include/llvm/Support/
DMachO.h101 LC_ID_DYLIB = 0x0000000Du, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp552 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs()
553 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs()
577 if (Load.C.cmd == MachO::LC_ID_DYLIB) in PrintDylibs()
8284 if (dl.cmd == MachO::LC_ID_DYLIB) in PrintDylibCommand()
8467 Command.C.cmd == MachO::LC_ID_DYLIB || in PrintLoadCommands()