Home
last modified time | relevance | path

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

123

/external/compiler-rt/make/
DAppleBI.mk46 $(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
101 $(OBJROOT)/libcompiler_rt-dyld-%.a : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a
111 $(SYMROOT)/libcompiler_rt-dyld.a : $(foreach arch,$(RC_ARCHS), \
[all …]
/external/llvm/test/CodeGen/X86/
Dcompact-unwind.ll55 %"struct.dyld::MappedRanges" = type { [400 x %struct.anon], %"struct.dyld::MappedRanges"* }
60 @G1 = external hidden global %"struct.dyld::MappedRanges", align 8
82 %p.019 = phi %"struct.dyld::MappedRanges"* [ @G1, %entry ], [ %1, %for.inc10 ]
87 …%image4 = getelementptr inbounds %"struct.dyld::MappedRanges", %"struct.dyld::MappedRanges"* %p.01…
104 …%next = getelementptr inbounds %"struct.dyld::MappedRanges", %"struct.dyld::MappedRanges"* %p.019,…
105 %1 = load %"struct.dyld::MappedRanges"*, %"struct.dyld::MappedRanges"** %next, align 8
106 %cmp = icmp eq %"struct.dyld::MappedRanges"* %1, null
/external/valgrind/
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
Ddarwin12.supp56 OSX108:dyld-1
58 obj:/usr/lib/dyld
59 obj:/usr/lib/dyld
60 obj:/usr/lib/dyld
64 OSX108:dyld-2
66 obj:/usr/lib/dyld
67 obj:/usr/lib/dyld
68 obj:/usr/lib/dyld
Ddarwin13.supp228 OSX109:dyld-2
230 obj:/usr/lib/dyld
231 obj:/usr/lib/dyld
232 obj:/usr/lib/dyld
Ddarwin14.supp454 OSX1010:dyld-1
458 fun:*dyld*link*
462 OSX1010:dyld-2
Ddarwin9.supp245 # helgrind-darwinlibc-nuke-everything-in-dyld
247 # obj:/usr/lib/dyld
Ddarwin15.supp513 OSX1011:dyld-1
517 fun:*dyld*link*
521 OSX1011:dyld-2
Ddarwin11.supp27 …x8FE1115A: ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) (in /usr/lib/dyld)
/external/valgrind/drd/
Ddrd_darwin_intercepts.c39 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm)
41 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm) in VG_WRAP_FUNCTION_ZZ() argument
/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/compiler-rt/test/asan/TestCases/Darwin/
Daddress-range-limit.mm7 #import <mach-o/dyld.h>
/external/compiler-rt/test/BlocksRuntime/
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/valgrind/include/
Dpub_tool_redir.h316 #define VG_Z_DYLD dyld // dyld
/external/bison/build-aux/
Ddarwin11.4.0.valgrind31 fun:*dyld*
/external/libcxx/include/
D__refstring18 #include <mach-o/dyld.h>
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test266 EXE: name /usr/lib/dyld (offset 12)
/external/llvm/lib/Support/Unix/
DPath.inc49 #include <mach-o/dyld.h>
129 // On OS X the executable path is saved to the stack by dyld. Reading it
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test300 EXE: name /usr/lib/dyld (offset 12)
/external/llvm/docs/
DMCJITDesignAndImplementation.rst87 .. image:: MCJIT-dyld-load.png

123