OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LC_ID_DYLIB
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/build/mac/
copy_framework_unversioned.sh
97
# Adjust the Mach-O
LC_ID_DYLIB
load command in the framework. This does not
101
#
LC_ID_DYLIB
for use as an unversioned framework. Xcode users can do this
108
grep -A10 "^ *cmd
LC_ID_DYLIB
$" |
/external/clang/runtime/compiler-rt/
Makefile
224
$(Echo) Fixing
LC_ID_DYLIB
of $$@
/external/llvm/tools/macho-dump/
macho-dump.cpp
364
case MachO::
LC_ID_DYLIB
:
/external/llvm/include/llvm/Support/
MachO.h
98
LC_ID_DYLIB
= 0x0000000Du,
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
744
// Read di->soname from
LC_ID_DYLIB
if present,
773
else if (cmd.cmd ==
LC_ID_DYLIB
&& mh.filetype == MH_DYLIB) {
[
all
...]
Completed in 289 milliseconds