/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 58 $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a 62 -install_name /usr/lib/system/libcompiler_rt.dylib \ 75 $(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \ 76 $(OBJROOT)/libcompiler_rt-$(arch).dylib) 84 $(SYMROOT)/libcompiler_rt.dylib [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/ |
D | apple-install-libcxx.sh | 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}" 151 cp "${build_dir}/${dylib}" "${install_dir}/usr/lib/${dylib}" 152 xcrun strip -S "${install_dir}/usr/lib/${dylib}" 155 xcrun dsymutil "${build_dir}/${dylib}" -o "${symbols_dir}/${dylib}.dSYM" 156 cp "${build_dir}/${dylib}" "${symbols_dir}/${dylib}" 160 universal_dylib libc++.1.dylib 161 universal_dylib libc++abi.dylib [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…
|
D | hide-linkonce-odr.ll | 2 …ld64 -lto_library %llvmshlibdir/libLTO.dylib -dylib -arch x86_64 -macosx_version_min 10.10.0 -lSys… 4 ; RUN: llvm-dis %t.dylib.lto.opt.bc -o - | FileCheck --check-prefix=IR %s 10 ; RUN: llvm-nm %t.dylib | FileCheck --check-prefix=NM %s
|
/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/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-… 108 default_output_extension = ".dylib" 114 # Link to the dylib but have GN use the tocname for dependency management. 115 # Tell GN about the output files. It will link to the dylib but use the [all …]
|
/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…
|
D | fat-binary-output.test | 1 RUN: llvm-dsymutil -f -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck… 27 … [[TMP_PATH:.*?]]fat-test.dylib.tmp{{......}}.dwarf [[TMP_PATH]]fat-test.dylib.tmp{{......}}.dwar… 29 CHECK-SAME: -output [[INPUTS_PATH]]fat-test.dylib.dwarf
|
D | dump-symtab.test | 1 RUN: llvm-dsymutil -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=ALL -check-prefix=I386 %s 2 RUN: llvm-dsymutil -arch i386 -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=I386 -check-pre… 6 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64) 19 I386-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (i386) 34 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64h)
|
/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/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/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/cups/ |
D | Makefile | 229 $(RM) libcups.so libcups.dylib 230 $(RM) libcupsimage.so libcupsimage.dylib 302 $(RM) $(LIBDIR)/libcups.dylib; \ 303 $(LN) $(LIBCUPS) $(LIBDIR)/libcups.dylib; \ 313 $(RM) $(LIBDIR)/libcupsimage.dylib; \ 314 $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/libcupsimage.dylib; \ 341 $(RM) $(LIBDIR)/libcups.2.dylib 343 $(RM) $(LIBDIR)/libcups.dylib 346 $(RM) $(LIBDIR)/libcupsimage.2.dylib 348 $(RM) $(LIBDIR)/libcupsimage.dylib [all …]
|
/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/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/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 54 dc->dylib.name.offset = ByteSwap(dc->dylib.name.offset); in breakpad_swap_dylib_command() 55 dc->dylib.timestamp = ByteSwap(dc->dylib.timestamp); in breakpad_swap_dylib_command() 56 dc->dylib.current_version = ByteSwap(dc->dylib.current_version); in breakpad_swap_dylib_command() 57 dc->dylib.compatibility_version = ByteSwap(dc->dylib.compatibility_version); in breakpad_swap_dylib_command()
|
D | macho_id.cc | 196 identifier[4] = (dylib_cmd.dylib.current_version >> 24) & 0xFF; in IDCommand() 197 identifier[5] = (dylib_cmd.dylib.current_version >> 16) & 0xFF; in IDCommand() 198 identifier[6] = (dylib_cmd.dylib.current_version >> 8) & 0xFF; in IDCommand() 199 identifier[7] = dylib_cmd.dylib.current_version & 0xFF; in IDCommand() 200 identifier[8] = (dylib_cmd.dylib.compatibility_version >> 24) & 0xFF; in IDCommand() 201 identifier[9] = (dylib_cmd.dylib.compatibility_version >> 16) & 0xFF; in IDCommand() 202 identifier[10] = (dylib_cmd.dylib.compatibility_version >> 8) & 0xFF; in IDCommand() 203 identifier[11] = dylib_cmd.dylib.compatibility_version & 0xFF; in IDCommand()
|
/external/llvm/test/Object/ |
D | nm-darwin-m.test | 28 # libx.dylib 29 # libxSuffix_profile.dylib 30 # /usr/local/lib/libxPathSuffix_debug.dylib 31 # libATS.A_profile.dylib 32 # /usr/lib/libPathATS.A_profile.dylib 35 # /usr/lib/libSystem.B.dylib
|
/external/libusb/Xcode/libusb.xcodeproj/ |
D | project.pbxproj | 34 …007F8C6A /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 52 …1628B8CB00BC5BE2 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBFAA1628B8… 71 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 74 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 77 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 80 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 83 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 86 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 89 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… 92 …00ADF3EC /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B7930… [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dylib.test | 2 RUN: llvm-objdump -m -dylib-id %p/Inputs/dylibLoadKinds.macho-x86_64 | FileCheck %s -check-prefix=ID 4 USED: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) 6 ID: /usr/lib/foo.dylib
|
/external/expat/expat/cmake/autotools/ |
D | expat-noconfig__macos.cmake.in | 11 …TION_NOCONFIG "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.@SO_MAJOR@.@SO_MINOR@.@SO_PATCH@.dylib" 12 IMPORTED_SONAME_NOCONFIG "@rpath/libexpat.@SO_MAJOR@.dylib" 16 …xpat::expat "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.@SO_MAJOR@.@SO_MINOR@.@SO_PATCH@.dylib" )
|
/external/skia/third_party/piet-gpu/ |
D | BUILD.gn | 13 # TODO(b/241583094): This dylib dependency will only work on macOS. This is OK since we support 17 libs = [ "./out/debug/libpgpu_render.dylib" ] 19 libs = [ "./out/release/libpgpu_render.dylib" ]
|
/external/e2fsprogs/lib/ |
D | Makefile.darwin-lib | 19 BSD_LIB = $(BSDLIB_IMAGE).$(BSDLIB_VERSION).dylib 33 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(BSD_LIB) $(BSDLIB_IMAGE).dylib) 52 $(RM) -f ../$(BSDLIB_IMAGE).dylib
|
/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 …]
|