Home
last modified time | relevance | path

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

/external/chromium_org/build/mac/
Dcopy_framework_unversioned.sh108 grep -A10 "^ *cmd LC_ID_DYLIB$" |
/external/clang/runtime/compiler-rt/
DMakefile224 $(Echo) Fixing LC_ID_DYLIB of $$@
/external/chromium_org/build/toolchain/mac/
DBUILD.gn137 …extract_toc_command = "{ otool -l $dylib | grep LC_ID_DYLIB -A 5; nm -gP $dylib | cut -f1-2 -d' ' …
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp364 case MachO::LC_ID_DYLIB: in DumpLoadCommand()
/external/llvm/include/llvm/Support/
DMachO.h98 LC_ID_DYLIB = 0x0000000Du, enumerator
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c773 else if (cmd.cmd == LC_ID_DYLIB && mh.filetype == MH_DYLIB) { in ML_()