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

1 2 3

  /external/valgrind/main/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 42 $(SYMROOT)/libcompiler_rt-dyld.a
43 mkdir -p $(DSTROOT)/usr/local/lib/dyld
44 cp $(SYMROOT)/libcompiler_rt-dyld.a \
45 $(DSTROOT)/usr/local/lib/dyld/libcompiler_rt.a
79 $(SYMROOT)/libcompiler_rt-dyld.a \
84 mkdir -p $(DSTROOT)/usr/local/lib/dyld
85 cp $(SYMROOT)/libcompiler_rt-dyld.a \
86 $(DSTROOT)/usr/local/lib/dyld/libcompiler_rt.a
97 # rule to make each archive slice for dyld (which removes a few archive members)
98 $(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
x86_64-symbols.s 51 .dyld
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 51 /// dyld - the name of the default dynamic linker
54 virtual const char* dyld() const { return "/usr/lib/libc.so.1"; } function in class:mcld::GNUInfo
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 51 const char* dyld() const { return "/lib/ld.so.1"; } function in class:mcld::MipsGNUInfo
  /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
  /external/compiler-rt/BlocksRuntime/tests/
makefile 69 grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
  /external/valgrind/main/include/
pub_tool_redir.h 297 #define VG_Z_DYLD dyld // dyld
298 #define VG_U_DYLD "dyld"
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.cc 21 #include <mach-o/dyld.h>
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 269 #include <mach-o/dyld.h>
  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 52 #include <mach-o/dyld.h> // for GetProgramInvocationName()
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 269 #include <mach-o/dyld.h>
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 52 #include <mach-o/dyld.h> // for GetProgramInvocationName()
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 32 #include <mach-o/dyld.h>
202 // TODO(glider): as per man 3 dyld, iterating over the headers with
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 99 const std::string& dyld() const function in class:mcld::GeneralOptions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /external/llvm/autoconf/m4/
ltdl.m4 81 AC_CHECK_HEADERS([mach-o/dyld.h])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 82 AC_CHECK_HEADERS([dl.h sys/dl.h dld.h mach-o/dyld.h])
  /external/chromium_org/v8/src/
platform-macos.cc 35 #include <mach-o/dyld.h>
  /external/compiler-rt/lib/asan/
asan_mac.cc 29 #include <mach-o/dyld.h>

Completed in 868 milliseconds

1 2 3