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

1 2 3 4 5 6 7 8

  /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/valgrind/
darwin10-drd.supp 4 # dyld
27 dyld ImageLoaderMachOCompressed::findExportedSymbol(char const*, ImageLoader const**) const
32 dyld dyld::fastBindLazySymbol(ImageLoader**, unsigned long)
38 dyld ImageLoaderMachOCompressed::doBindFastLazySymbol(unsigned int, ImageLoader::LinkContext const&)
darwin9-drd.supp 5 # 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
darwin12.supp 56 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
darwin13.supp 228 OSX109:dyld-2
230 obj:/usr/lib/dyld
231 obj:/usr/lib/dyld
232 obj:/usr/lib/dyld
  /external/clang/test/Driver/
dyld-prefix.c 3 // RUN: %clang -target i386-unknown-linux --dyld-prefix /foo -### %t.o 2>&1 | FileCheck --check-prefix=CHECK-32 %s
6 // RUN: %clang -target x86_64-unknown-linux --dyld-prefix /foo -### %t.o 2>&1 | FileCheck --check-prefix=CHECK-64 %s
9 // RUN: %clang -target x86_64-unknown-linux-gnux32 --dyld-prefix /foo -### %t.o 2>&1 | FileCheck --check-prefix=CHECK-X32 %s
  /external/compiler-rt/test/asan/TestCases/Darwin/
atos-symbolizer-dyld-root-path.cc 20 // CHECK: #1 0x{{.*}} in main {{.*}}atos-symbolizer-dyld-root-path.cc:[[@LINE-4]]
23 // CHECK: #1 0x{{.*}} in main {{.*}}atos-symbolizer-dyld-root-path.cc:[[@LINE-8]]
25 // CHECK: atos-symbolizer-dyld-root-path.cc:[[@LINE-13]]
dyld_insert_libraries_reexec.cc 1 // When DYLD-inserting the ASan dylib from a different location than the
18 // On OS X 10.10 and lower, if the dylib is not DYLD-inserted, ASan will re-exec.
24 // On OS X 10.11 and higher, we don't need to DYLD-insert anymore, and the interceptors
address-range-limit.mm 7 #import <mach-o/dyld.h>
  /external/google-breakpad/src/client/mac/handler/testcases/
breakpad_nlist_test.cc 53 system("/usr/bin/nm -arch x86_64 /usr/lib/dyld > /tmp/dyld-namelist.txt");
55 system("/usr/bin/nm -arch ppc64 /usr/lib/dyld > /tmp/dyld-namelist.txt");
58 FILE *fd = fopen("/tmp/dyld-namelist.txt", "rt");
72 breakpad_nlist_64("/usr/lib/dyld", &list, symbolNames);
84 // the symbol table of /usr/lib/dyld. Our nlist program returns
breakpad_nlist_test.h 47 // /usr/lib/dyld. So we track those so we don't report failures
57 /* This test case runs nm on /usr/lib/dyld and then compares the
  /external/llvm/test/CodeGen/X86/
compact-unwind.ll 55 %"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.019, i64 0, i32 0, i64 %indvars.iv, i32 0
104 %next = getelementptr inbounds %"struct.dyld::MappedRanges", %"struct.dyld::MappedRanges"* %p.019, i64 0, i32 1
105 %1 = load %"struct.dyld::MappedRanges"*, %"struct.dyld::MappedRanges"** %next, align
    [all...]
  /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
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 28 #define DEBUG_TYPE "dyld"
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 286 RuntimeDyld Dyld(MemMgr, MemMgr);
309 Dyld.loadObject(Obj);
311 if (Dyld.hasError())
312 return Error(Dyld.getErrorString());
315 Dyld.resolveRelocations();
389 RuntimeDyld Dyld(MemMgr, MemMgr);
409 Dyld.loadObject(Obj);
410 if (Dyld.hasError()) {
411 return Error(Dyld.getErrorString());
417 Dyld.resolveRelocations()
    [all...]
  /external/bison/build-aux/
darwin11.4.0.valgrind 31 fun:*dyld*
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 29 const char* dyld() const;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
dyld.py 5 dyld emulation
18 # These are the defaults as per man dyld(1)
127 Find a library or framework using dyld semantics
142 Find a framework using dyld semantics in a very loose manner.
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
dyld.py 5 dyld emulation
18 # These are the defaults as per man dyld(1)
127 Find a library or framework using dyld semantics
142 Find a framework using dyld semantics in a very loose manner.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 5 dyld emulation
18 # These are the defaults as per man dyld(1)
127 Find a library or framework using dyld semantics
142 Find a framework using dyld semantics in a very loose manner.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 5 dyld emulation
18 # These are the defaults as per man dyld(1)
127 Find a library or framework using dyld semantics
142 Find a framework using dyld semantics in a very loose manner.

Completed in 1911 milliseconds

1 2 3 4 5 6 7 8