Home
last modified time | relevance | path

Searched refs:dyld (Results 1 – 25 of 63) sorted by relevance

123

/external/compiler-rt/make/
DAppleBI.mk42 $(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
73 $(SYMROOT)/libcompiler_rt-dyld.a \
78 mkdir -p $(DSTROOT)/usr/local/lib/dyld
79 cp $(SYMROOT)/libcompiler_rt-dyld.a \
80 $(DSTROOT)/usr/local/lib/dyld/libcompiler_rt.a
92 $(OBJROOT)/libcompiler_rt-dyld-%.a : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a
102 $(SYMROOT)/libcompiler_rt-dyld.a : $(foreach arch,$(RC_ARCHS), \
[all …]
/external/valgrind/main/
Ddarwin10-drd.supp4 # dyld
27 dyld ImageLoaderMachOCompressed::findExportedSymbol(char const*, ImageLoader const**) const
32 dyld dyld::fastBindLazySymbol(ImageLoader**, unsigned long)
38dyld ImageLoaderMachOCompressed::doBindFastLazySymbol(unsigned int, ImageLoader::LinkContext const…
Ddarwin9-drd.supp5 # Suppression patterns for dyld, the dynamic loader.
9 drd-darwin-dyld-register-func-for-add-image
17 drd-darwin-dyld-register-func-for-remove-image
25 drd-darwin-dyld-GlobalLockInitialize
32 drd-darwin-dyld-bindLazySymbol
39 drd-darwin-dyld-addImage
44 dyld-ImageLoader::link
52 drd-darwin-dyld-ImageLoaderMachO::resolveUndefined
58 drd-darwin-dyld-ImageLoaderMachO::findExportedSymbol
Ddarwin9.supp245 # helgrind-darwinlibc-nuke-everything-in-dyld
247 # obj:/usr/lib/dyld
Ddarwin11.supp27 …x8FE1115A: ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) (in /usr/lib/dyld)
/external/webkit/Tools/Scripts/
Drun-jsc50 my $dyld = jscProductDir();
52 $ENV{"DYLD_FRAMEWORK_PATH"} = $dyld;
53 print STDERR "Running $count time(s): DYLD_FRAMEWORK_PATH=$dyld $jsc\n";
/external/valgrind/main/drd/
Ddrd_darwin_intercepts.c40 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
42 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm) in VG_WRAP_FUNCTION_ZZ() argument
/external/chromium/chrome/browser/importer/
Dnss_decryptor_mac.mm17 // on one another, referenced using dyld's @executable_path directive.
18 // To make a long story short in order to get the libraries to load, dyld's
/external/llvm/test/MC/MachO/
Dx86_64-sections.s16 .dyld
Dx86_32-sections.s20 .dyld
Dx86_64-symbols.s51 .dyld
Dx86_32-symbols.s51 .dyld
/external/valgrind/main/include/
Dpub_tool_redir.h297 #define VG_Z_DYLD dyld // dyld
/external/compiler-rt/BlocksRuntime/tests/
Dmakefile69 …grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" t…
Dtestfilerunner.m580 printf("Usage: %s [-fast] [-e] [-dyld librarypath] [gcc4.2dir] [-- | source1 ...]\n", whoami);
585 …printf(" -dyld p override DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH to p when runni…
637 else if (!strcmp(argv[1], "-dyld")) {
/external/webkit/Source/WebKit/mac/Misc/
DWebKitVersionChecks.m30 #import <mach-o/dyld.h>
/external/chromium/base/
Dbase_paths_mac.mm8 #include <mach-o/dyld.h>
/external/webkit/Tools/WebKitTestRunner/mac/
DTestControllerMac.mm31 #import <mach-o/dyld.h>
/external/bluetooth/glib/gmodule/
DChangeLog538 * gmodule-beos.c (_g_module_build_path) * gmodule-dyld.c (_g_module_build_path)
569 * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
645 * gmodule-dyld.c: gmodule implementation for Darwin/Mac OS X
648 * gmoduleconf.h.in: Add gmodule-dyld support
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
DProcessLauncherMac.mm33 #import <mach-o/dyld.h>
/external/llvm/docs/CommandGuide/
Dllvm-ld.pod41 The I<shared library extension> may be I<.so>, I<.dyld>, I<.dll>, or something
/external/llvm/autoconf/m4/
Dltdl.m483 AC_CHECK_HEADERS([dl.h sys/dl.h dld.h mach-o/dyld.h])
/external/llvm/projects/sample/autoconf/m4/
Dltdl.m483 AC_CHECK_HEADERS([dl.h sys/dl.h dld.h mach-o/dyld.h])
/external/llvm/cmake/
Dconfig-ix.cmake83 check_include_file(mach-o/dyld.h HAVE_MACH_O_DYLD_H)
/external/llvm/lib/Support/Unix/
DPath.inc60 #include <mach-o/dyld.h>
322 // On OS X the executable path is saved to the stack by dyld. Reading it

123