HomeSort by relevance Sort by last modified time
    Searched refs:dyld (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/valgrind/drd/
drd_darwin_intercepts.c 36 * See also the dyld_stub_binder() source code (http://www.opensource.apple.com/source/dyld/dyld-132.13/src/dyld_stub_binder.s).
37 * See also the dyld::fastBindLazySymbol() source code (http://opensource.apple.com/source/dyld/dyld-132.13/src/dyld.cpp).
39 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
41 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
  /external/compiler-rt/make/
AppleBI.mk 46 $(SYMROOT)/libcompiler_rt-dyld.a
47 mkdir -p $(DSTROOT)/usr/local/lib/dyld
48 cp $(SYMROOT)/libcompiler_rt-dyld.a \
49 $(DSTROOT)/usr/local/lib/dyld/libcompiler_rt.a
83 $(SYMROOT)/libcompiler_rt-dyld.a \
88 mkdir -p $(DSTROOT)/usr/local/lib/dyld
89 cp $(SYMROOT)/libcompiler_rt-dyld.a \
90 $(DSTROOT)/usr/local/lib/dyld/libcompiler_rt.a
100 # rule to make each archive slice for dyld (which removes a few archive members)
101 $(OBJROOT)/libcompiler_rt-dyld-%.a : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.
    [all...]
  /external/llvm/test/MC/MachO/
x86_64-sections.s 16 .dyld
x86_32-sections.s 20 .dyld
x86_32-symbols.s 51 .dyld
    [all...]
x86_64-symbols.s 51 .dyld
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
x86_64-sections.s 16 .dyld
x86_32-sections.s 20 .dyld
x86_32-symbols.s 51 .dyld
x86_64-symbols.s 51 .dyld
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 29 const char* dyld() const;
MipsGNUInfo.cpp 51 const char* MipsGNUInfo::dyld() const { function in class:mcld::MipsGNUInfo
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 47 /// dyld - the name of the default dynamic linker
49 virtual const char* dyld() const { return "/usr/lib/libc.so.1"; } function in class:mcld::GNUInfo
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
36 from ctypes.macholib.dyld import dyld_find
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
36 from ctypes.macholib.dyld import dyld_find
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
36 from ctypes.macholib.dyld import dyld_find
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
36 from ctypes.macholib.dyld import dyld_find
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_next.c 9 #include <mach-o/dyld.h>
60 /* for these a message is printed on stderr by dyld */
  /external/webrtc/talk/media/base/
executablehelpers.h 32 #include <mach-o/dyld.h>
  /external/compiler-rt/test/BlocksRuntime/
makefile 69 grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 41 #include <mach-o/dyld.h>
  /external/pdfium/testing/utils/
path_service.cpp 10 #include <mach-o/dyld.h>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 19 #include <mach-o/dyld.h>
47 // TODO(glider): as per man 3 dyld, iterating over the headers with
  /external/valgrind/include/
pub_tool_redir.h 316 #define VG_Z_DYLD dyld // dyld
317 #define VG_U_DYLD "dyld"
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
stdexcept.cc 21 #include <mach-o/dyld.h>

Completed in 3312 milliseconds

1 2 3 4