/external/compiler-rt/make/ |
D | 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 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/ |
D | 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.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-project/llvm/test/CodeGen/X86/ |
D | 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.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/ |
D | BUILD | 84 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/ |
D | get_darwin_real_python.py | 8 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/ |
D | parser_text.test | 79 "0x1047b8000 - 0x10481ffff dyld arm64e <cfa789d10da63f9a8996daf84ed9d04f> /usr/lib/dyld" 82 # CHECK: dyld 87 # CHECK: /usr/lib/dyld
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | README | 5 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/cpython3/Modules/_ctypes/darwin/ |
D | README | 5 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/llvm/test/MC/MachO/ |
D | x86_64-sections.s | 16 .dyld
|
D | x86_32-sections.s | 20 .dyld
|
D | x86_64-symbols.s | 51 .dyld
|
D | x86_32-symbols.s | 51 .dyld
|
/external/llvm/test/MC/MachO/ |
D | x86_64-sections.s | 16 .dyld
|
D | x86_32-sections.s | 20 .dyld
|
D | x86_64-symbols.s | 51 .dyld
|
D | x86_32-symbols.s | 51 .dyld
|
/external/llvm-project/lldb/docs/use/ |
D | troubleshooting.rst | 70 [ 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/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 665 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/python/cpython2/Lib/ctypes/test/ |
D | test_macholib.py | 36 from ctypes.macholib.dyld import dyld_find
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_macholib.py | 34 from ctypes.macholib.dyld import dyld_find
|
/external/angle/src/common/ |
D | system_utils_ios.mm | 14 #include <mach-o/dyld.h>
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | address-range-limit.mm | 7 #import <mach-o/dyld.h>
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
D | address-range-limit.mm | 10 #import <mach-o/dyld.h>
|
/external/webrtc/test/testsupport/ |
D | mac_file_utils.mm | 13 #include <mach-o/dyld.h>
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | makefile | 68 …grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" t…
|