Home
last modified time | relevance | path

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

12345

/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-project/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/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/tensorflow/tensorflow/core/kernels/mkl/
DBUILD84 linkstatic = 1, # Fixes dyld error on MacOS.
99 linkstatic = 1, # Fixes dyld error on MacOS.
114 linkstatic = 1, # Fixes dyld error on MacOS.
141 linkstatic = 1, # Fixes dyld error on MacOS.
154 linkstatic = 1, # Fixes dyld error on MacOS.
169 linkstatic = 1, # Fixes dyld error on MacOS.
215 linkstatic = 1, # Fixes dyld error on MacOS.
223 linkstatic = 1, # Fixes dyld error on MacOS.
282 linkstatic = 1, # Fixes dyld error on MacOS.
403 linkstatic = 1, # Fixes dyld error on MacOS.
/external/llvm-project/lldb/test/API/
Dget_darwin_real_python.py8 dyld = ctypes.cdll.LoadLibrary('/usr/lib/system/libdyld.dylib')
11 dyld._NSGetExecutablePath(ctypes.byref(name), ctypes.byref(namelen))
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
Dparser_text.test79 "0x1047b8000 - 0x10481ffff dyld arm64e <cfa789d10da63f9a8996daf84ed9d04f> /usr/lib/dyld"
82 # CHECK: dyld
87 # CHECK: /usr/lib/dyld
/external/python/cpython3/Modules/_ctypes/darwin/
DREADME5 interface on top of Darwin's dyld API.
74 should look at the dyld api's in /usr/include/mach-o/dyld.h, rather than
/external/python/cpython2/Modules/_ctypes/darwin/
DREADME5 interface on top of Darwin's dyld API.
74 should look at the dyld api's in /usr/include/mach-o/dyld.h, rather than
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp665 if (auto dyld = GetDynamicLoader()) in OnDebuggerConnected() local
666 dyld->OnLoadModule(module, ModuleSpec(), image_base); in OnDebuggerConnected()
791 if (auto dyld = GetDynamicLoader()) in OnLoadDll() local
792 dyld->OnLoadModule(nullptr, module_spec, module_addr); in OnLoadDll()
796 if (auto dyld = GetDynamicLoader()) in OnUnloadDll() local
797 dyld->OnUnloadModule(module_addr); in OnUnloadDll()
/external/llvm-project/lldb/docs/use/
Dtroubleshooting.rst70 [ 1] 6900F2BA-DB48-3B78-B668-58FC0CF6BCB8 0x00007fff5fc00000 /usr/lib/dyld
74 (lldb) script lldb.target.module['/usr/lib/dyld'].GetNumCompileUnits()
78 "/usr/lib/dyld" does not.
/external/llvm-project/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/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/python/cpython2/Lib/ctypes/test/
Dtest_macholib.py36 from ctypes.macholib.dyld import dyld_find
/external/python/cpython3/Lib/ctypes/test/
Dtest_macholib.py34 from ctypes.macholib.dyld import dyld_find
/external/angle/src/common/
Dsystem_utils_ios.mm14 #include <mach-o/dyld.h>
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dsegment-size-alignment.test157 PayloadString: '/usr/lib/dyld'
369 PayloadString: '/usr/lib/dyld'
586 PayloadString: '/usr/lib/dyld'
803 PayloadString: '/usr/lib/dyld'
/external/compiler-rt/test/asan/TestCases/Darwin/
Daddress-range-limit.mm7 #import <mach-o/dyld.h>
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Daddress-range-limit.mm10 #import <mach-o/dyld.h>
/external/webrtc/test/testsupport/
Dmac_file_utils.mm13 #include <mach-o/dyld.h>

12345