| /external/python/cpython2/Lib/ctypes/macholib/ |
| D | dylib.py | 2 Generic dylib path manipulation 15 \.dylib$ 21 A dylib name can take one of the following four forms: 22 Location/Name.SomeVersion_Suffix.dylib 23 Location/Name.SomeVersion.dylib 24 Location/Name_Suffix.dylib 25 Location/Name.dylib 30 name='Name.SomeVersion_Suffix.dylib', 56 assert dylib_info('P/Foo.dylib') == d('P', 'Foo.dylib', 'Foo') 57 assert dylib_info('P/Foo_debug.dylib') == d('P', 'Foo_debug.dylib', 'Foo', suffix='debug') [all …]
|
| /external/python/cpython3/Lib/ctypes/macholib/ |
| D | dylib.py | 2 Generic dylib path manipulation 15 \.dylib$ 21 A dylib name can take one of the following four forms: 22 Location/Name.SomeVersion_Suffix.dylib 23 Location/Name.SomeVersion.dylib 24 Location/Name_Suffix.dylib 25 Location/Name.dylib 30 name='Name.SomeVersion_Suffix.dylib', 56 assert dylib_info('P/Foo.dylib') == d('P', 'Foo.dylib', 'Foo') 57 assert dylib_info('P/Foo_debug.dylib') == d('P', 'Foo_debug.dylib', 'Foo', suffix='debug') [all …]
|
| /external/compiler-rt/make/ |
| D | AppleBI.mk | 45 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \ 51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \ 52 -o $(DSTROOT)/usr/lib/system/libcompiler_rt.dylib 54 ln -s libcompiler_rt.dylib libcompiler_rt_profile.dylib; \ 55 ln -s libcompiler_rt.dylib libcompiler_rt_debug.dylib 57 # Rule to make each dylib slice 58 $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a 62 -install_name /usr/lib/system/libcompiler_rt.dylib \ 74 # Rule to make fat dylib 75 $(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \ [all …]
|
| /external/python/cpython3/Lib/ctypes/test/ |
| D | test_macholib.py | 14 # possible = ['lib'+name+'.dylib', name+'.dylib', 16 # for dylib in possible: 18 # return os.path.realpath(dyld_find(dylib)) 26 # '/usr/lib/libSystem.B.dylib' 28 # '/usr/lib/libz.1.dylib' 37 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name] 38 for dylib in possible: 40 return os.path.realpath(dyld_find(dylib)) 49 # so symlinks like libpthread.dylib -> libSystem.B.dylib will not 52 ('/usr/lib/libSystem.B.dylib', '/usr/lib/libpthread.dylib')) [all …]
|
| /external/python/cpython2/Lib/ctypes/test/ |
| D | test_macholib.py | 14 possible = ['lib'+name+'.dylib', name+'.dylib', 16 for dylib in possible: 18 return os.path.realpath(dyld_find(dylib)) 26 '/usr/lib/libSystem.B.dylib' 28 '/usr/lib/libz.1.dylib' 39 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name] 40 for dylib in possible: 42 return os.path.realpath(dyld_find(dylib)) 52 '/usr/lib/libSystem.B.dylib') 59 self.assertRegexpMatches(result, r".*/lib/libz\..*.*\.dylib")
|
| /external/compiler-rt/test/asan/TestCases/Darwin/ |
| D | dyld_insert_libraries_remove.cc | 2 // the ASan dylib from the environment variable (both when using an absolute 7 // RUN: | grep "libclang_rt.asan_osx_dynamic.dylib" \ 8 // RUN: | sed -e 's/.*"\(.*libclang_rt.asan_osx_dynamic.dylib\)".*/\1/'` \ 9 // RUN: %T/dyld_insert_libraries_remove/libclang_rt.asan_osx_dynamic.dylib 13 // RUN: -dynamiclib -o %T/dyld_insert_libraries_remove/dummy-so.dylib 16 // RUN: DYLD_INSERT_LIBRARIES=@executable_path/libclang_rt.asan_osx_dynamic.dylib:dummy-so.dylib \ 20 // RUN: DYLD_INSERT_LIBRARIES=libclang_rt.asan_osx_dynamic.dylib:dummy-so.dylib \ 24 …NSERT_LIBRARIES=%T/dyld_insert_libraries_remove/libclang_rt.asan_osx_dynamic.dylib:dummy-so.dylib \ 34 // CHECK: {{DYLD_INSERT_LIBRARIES=dummy-so.dylib}} in main()
|
| D | dyld_insert_libraries_reexec.cc | 1 // When DYLD-inserting the ASan dylib from a different location than the 6 // RUN: | grep "libclang_rt.asan_osx_dynamic.dylib" \ 7 // RUN: | sed -e 's/.*"\(.*libclang_rt.asan_osx_dynamic.dylib\)".*/\1/'` \ 8 // RUN: %T/dyld_insert_libraries_reexec/libclang_rt.asan_osx_dynamic.dylib 12 // RUN: DYLD_INSERT_LIBRARIES=@executable_path/libclang_rt.asan_osx_dynamic.dylib \ 18 // On OS X 10.10 and lower, if the dylib is not DYLD-inserted, ASan will re-exec.
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/vendor/apple/ |
| D | system-install-properties.sh.cpp | 18 // Make sure we install libc++.1.dylib and libc++experimental.a in the right location. 20 // RUN: stat "%{lib}/libc++.1.dylib" 23 // Make sure we install a symlink from libc++.dylib to libc++.1.dylib. 25 // RUN: stat "%{lib}/libc++.dylib" 26 // RUN: readlink "%{lib}/libc++.dylib" | grep "libc++.1.dylib" 31 // a system library, it is important to hardcode the installation paths in the dylib, because 37 // XRUNX: otool -L "%{lib}/libc++.1.dylib" | grep '/usr/lib/libc++.1.dylib' 38 // XRUNX: ! otool -l "%{lib}/libc++.1.dylib" | grep -E "LC_RPATH|@loader_path|@rpath" 44 // RUN: otool -L "%{lib}/libc++.1.dylib" | grep "libc++.1.dylib" | grep "compatibility version 1.0.…
|
| /external/cronet/buildtools/third_party/libc++abi/trunk/test/vendor/apple/ |
| D | system-install-properties.sh.cpp | 19 // Make sure we install libc++abi.dylib in the right location. 21 // RUN: stat "%{lib}/libc++abi.dylib" 23 // Make sure we don't install a symlink from libc++abi.dylib to libc++abi.1.dylib, 24 // unlike what we do for libc++.dylib. 27 // XRUNX: ! readlink "%{lib}/libc++abi.dylib" 28 // XRUNX: ! stat "%{lib}/libc++abi.1.dylib" 33 // a system library, it is important to hardcode the installation paths in the dylib, because 39 // XRUNX: otool -L "%{lib}/libc++abi.dylib" | grep '/usr/lib/libc++abi.dylib' 40 // XRUNX: ! otool -l "%{lib}/libc++abi.dylib" | grep -E "LC_RPATH|@loader_path|@rpath" 46 // RUN: otool -L "%{lib}/libc++abi.dylib" | grep "libc++abi.1.dylib" | grep "compatibility version …
|
| /external/cronet/buildtools/third_party/libc++/trunk/utils/ci/ |
| D | apple-install-libcxx.sh | 41 --version X[.Y[.Z]] The version of the library to encode in the dylib. 117 step "Building libc++.dylib and libc++abi.dylib for architecture ${arch}" 142 dylib=${1} 144 … inputs=$(for arch in ${architectures}; do echo "${build_dir}/${arch}-install/lib/${dylib}"; done) 146 step "Creating a universal dylib ${dylib} from the dylibs for all architectures" 147 xcrun lipo -create ${inputs} -output "${build_dir}/${dylib}" 149 step "Installing the (stripped) universal dylib to ${install_dir}/usr/lib" 151 cp "${build_dir}/${dylib}" "${install_dir}/usr/lib/${dylib}" 152 xcrun strip -S "${install_dir}/usr/lib/${dylib}" 154 step "Installing the unstripped dylib and the dSYM bundle to ${symbols_dir}" [all …]
|
| /external/openscreen/build/toolchain/mac/ |
| D | BUILD.gn | 80 dylib = "{{output_dir}}/$soname" # e.g. "libfoo.dylib" 84 # (1) linking to produce a .dylib, (2) extracting the symbols from that 91 tocname = dylib + ".TOC" 92 temporary_tocname = dylib + ".tmp" 94 …does_reexport_command = "[ ! -e \"$dylib\" -o ! -e \"$tocname\" ] || otool -l \"$dylib\" | grep -q… 95 …pp_command -shared -Wl,-install_name,@rpath/\"$soname\" {{ldflags}} -o \"$dylib\" -Wl,-filelist,\"… 97 …extract_toc_command = "{ otool -l \"$dylib\" | grep LC_ID_DYLIB -A 5; nm -gP \"$dylib\" | cut -f1-… 103 description = "DYLIB {{output}}" 108 default_output_extension = ".dylib" 114 # Link to the dylib but have GN use the tocname for dependency management. [all …]
|
| /external/llvm/test/tools/lto/ |
| D | opt-level.ll | 2 ; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -mllvm -O0 -o %t.dylib %t.o 3 ; RUN: llvm-nm -no-llvm-bc %t.dylib | FileCheck --check-prefix=CHECK-O0 %s 4 ; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -mllvm -O2 -o %t.dylib %t.o 5 ; RUN: llvm-nm -no-llvm-bc %t.dylib | FileCheck --check-prefix=CHECK-O2 %s
|
| D | print-stats.ll | 2 ; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -mllvm -stats -o %t.dylib … 3 ; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -o %t.dylib %t.o 2>&1 | Fi…
|
| /external/llvm/test/ObjectYAML/MachO/ |
| D | dylib_dylinker_command.yaml | 21 dylib: 26 PayloadString: '/usr/lib/libc++.1.dylib' 30 dylib: 35 PayloadString: /usr/lib/libSystem.B.dylib 47 #CHECK: dylib: 52 #CHECK: PayloadString: '/usr/lib/libc++.1.dylib' 56 #CHECK: dylib: 61 #CHECK: PayloadString: /usr/lib/libSystem.B.dylib
|
| /external/llvm/test/tools/dsymutil/ |
| D | arch-option.test | 4 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s… 5 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | Fi… 6 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | Fi… 7 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | … 8 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | Fi… 9 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | … 10 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -a… 11 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm4… 12 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386…
|
| /external/cronet/base/ |
| D | native_library_mac.mm | 54 if (library_path.Extension() == "dylib" || !DirectoryExists(library_path)) { 55 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY); 56 if (!dylib) { 63 native_lib->dylib = dylib; 88 dlclose(library->dylib); 93 // Deliberately do not CFRelease the bundle or dlclose the dylib because 111 function_pointer = dlsym(library->dylib, name.data()); 124 return StrCat({"lib", name, ".dylib"});
|
| /external/libcups/xcode/CUPS.xcodeproj/ |
| D | project.pbxproj | 169 …ADF3E200FFE5FB /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7EF1536167… 170 …DF3E200FFE5FB /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7F01536167… 171 …963A1CADF3E200FFE5FB /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7EC15361… 197 …707E0200EA9403 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7EF1536167… 198 …07E0200EA9403 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7F01536167… 199 …021E1D707E0200EA9403 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7EC15361… 209 …1CC1261900E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE133304… 211 …1CC1264B00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE133304… 213 …1CC1267A00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE133304… 215 …1CC1269700E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE133304… [all …]
|
| /external/libiio/src/CI/travis/ |
| D | before_deploy | 119 ln -fs ../../Library/Frameworks/iio.framework/iio libiio.dylib 120 …name_tool -change /usr/local/opt/libusb/lib/libusb-1.0.0.dylib @rpath/libusb-1.0.dylib libiio.dylib 121 install_name_tool -add_rpath @loader_path/../../../../../usr/lib libiio.dylib 122 install_name_tool -add_rpath /usr/local/opt/libusb/lib libiio.dylib 134 cp /usr/local/lib/libusb-1.0.dylib usr/lib/ 135 chmod +w usr/lib/libusb-1.0.dylib 136 install_name_tool -id @rpath/libusb-1.0.dylib usr/lib/libusb-1.0.dylib
|
| /external/tensorflow/tensorflow/tsl/platform/default/ |
| D | platform.bzl | 16 return "lib/lib{}.dylib".format(name) 18 return "lib/lib{}.{}.dylib".format(name, version) 33 return "lib/libcudnn.dylib" 35 return "lib/libcudnn.{}.dylib".format(version) 44 return "extras/CUPTI/lib/libcupti.dylib" 46 return "extras/CUPTI/lib/libcupti.{}.dylib".format(version)
|
| /external/clang/test/Driver/ |
| D | darwin-sanitizer-ld.c | 10 // CHECK-ASAN: libclang_rt.asan_osx_dynamic.dylib" 19 // CHECK-DYN-ASAN: "-dylib" 20 // CHECK-DYN-ASAN: libclang_rt.asan_osx_dynamic.dylib" 31 // CHECK-UBSAN: libclang_rt.ubsan_osx_dynamic.dylib" 48 // CHECK-DYN-UBSAN: "-dylib" 49 // CHECK-DYN-UBSAN: libclang_rt.ubsan_osx_dynamic.dylib" 68 // CHECK-ASAN-IOSSIM: libclang_rt.asan_iossim_dynamic.dylib" 80 // CHECK-ASAN-TVOSSIM: libclang_rt.asan_tvossim_dynamic.dylib" 92 // CHECK-ASAN-WATCHOSSIM: libclang_rt.asan_watchossim_dynamic.dylib" 103 // CHECK-ASAN-IOS: libclang_rt.asan_ios_dynamic.dylib" [all …]
|
| /external/libcups/cups/ |
| D | Makefile | 229 $(RM) libcups.so libcups.dylib 230 $(RM) libcupsimage.so libcupsimage.dylib 301 if test $(LIBCUPS) = "libcups.2.dylib"; then \ 302 $(RM) $(LIBDIR)/libcups.dylib; \ 303 $(LN) $(LIBCUPS) $(LIBDIR)/libcups.dylib; \ 312 -if test "x$(LIBCUPSIMAGE)" = "xlibcupsimage.2.dylib"; then \ 313 $(RM) $(LIBDIR)/libcupsimage.dylib; \ 314 $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/libcupsimage.dylib; \ 341 $(RM) $(LIBDIR)/libcups.2.dylib 343 $(RM) $(LIBDIR)/libcups.dylib [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/configs/ |
| D | apple-libc++-backdeployment.cfg.in | 6 # on existing devices running an older OS (and hence an older dylib). 20 This should be a directory hierarchy under which the libc++ dylib can be found. 21 The dylib in that hierarchy is the one that will be used at runtime when running 29 This should be a directory hierarchy under which the libc++abi dylib can be found. 30 The dylib in that hierarchy is the one that will be used at runtime when running 38 This should be a directory hierarchy under which the libunwind dylib can be found. 39 The dylib in that hierarchy is the one that will be used at runtime when running
|
| /external/cronet/buildtools/third_party/libc++abi/trunk/test/configs/ |
| D | apple-libc++abi-backdeployment.cfg.in | 6 # on existing devices running an older OS (and hence an older dylib). 20 This should be a directory hierarchy under which the libc++ dylib can be found. 21 The dylib in that hierarchy is the one that will be used at runtime when running 29 This should be a directory hierarchy under which the libc++abi dylib can be found. 30 The dylib in that hierarchy is the one that will be used at runtime when running 38 This should be a directory hierarchy under which the libunwind dylib can be found. 39 The dylib in that hierarchy is the one that will be used at runtime when running
|
| /external/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| D | Build-Mac-Clang-x86_64-Debug-ASAN.json | 124 …obench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher',… 139 …obench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher',… 184 "libclang_rt.*san_osx_dynamic.dylib" 189 …ns/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib@@@", 190 …ns/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib@@@", 191 …s/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib@@@", 203 …hains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib", 207 "name": "copy libclang_rt.asan_osx_dynamic.dylib" 217 …hains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib", 221 "name": "copy libclang_rt.tsan_osx_dynamic.dylib" [all …]
|
| /external/libcxx/lib/abi/ |
| D | CHANGELOG.TXT | 4 the addition and deletion of symbols from the libc++ dylib. 22 it into the standard) from the headers and the dylib. This is technically an 57 of their users could actually be using the symbol in their dylib (because 90 against libc++.dylib to actually depend on that symbol. The reason is that 92 instantiation present in the dylib itself only. Furthermore, if a user's 93 dylib was implicitly instantiating __thread_specific_ptr<T>::__at_thread_exit 96 using the symbol in their dylib (because it's an implicit instantiation). 100 from outside the dylib. 161 These functions should never have had visible definitions in the dylib but 228 These functions should never have had visible definitions in the dylib but [all …]
|