| /freebsd-14.2/usr.bin/ldd/ |
| H A D | Makefile | 2 PROG?= ldd 3 SRCS= ldd.c
|
| /freebsd-14.2/usr.bin/ldd32/ |
| H A D | Makefile | 7 MLINKS= ldd.1 ldd32.1 10 .PATH: ${SRCTOP}/usr.bin/ldd
|
| /freebsd-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindRegistersRestore.S | 1138 ldd [%o0 + 64], %l0 1139 ldd [%o0 + 72], %l2 1140 ldd [%o0 + 80], %l4 1141 ldd [%o0 + 88], %l6 1142 ldd [%o0 + 96], %i0 1143 ldd [%o0 + 104], %i2 1144 ldd [%o0 + 112], %i4 1145 ldd [%o0 + 120], %i6
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-libpam-zfs.postinst | 4 if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "liba…
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pyzfs/ |
| H A D | pyzfs_unittest.ksh.in | 20 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
|
| /freebsd-14.2/contrib/netbsd-tests/games/ |
| H A D | t_factor.sh | 30 ncrypt=$( ldd /usr/games/factor | grep -c -- -lcrypt )
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/ |
| H A D | pam_basic.ksh | 26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
|
| H A D | pam_change_unmounted.ksh | 26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
|
| H A D | pam_nounmount.ksh | 26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
|
| H A D | pam_recursive.ksh | 26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
|
| H A D | pam_short_password.ksh | 31 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
|
| /freebsd-14.2/crypto/openssl/test/recipes/95-test_external_pyca_data/ |
| H A D | cryptography.sh | 56 ldd $(find ../venv-cryptography/lib/ -iname '*.so')
|
| /freebsd-14.2/tools/build/ |
| H A D | check-links.sh | 66 ldd_libs=$(env ${LDD_ENV} ldd $(realpath $1) | awk '{print $1 ":" $3}')
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | module-setup.sh.in | 39 …if ! ldd "$(command -v zpool)" | grep -qF 'libgcc_s.so' && ldconfig -p 2> /dev/null | grep -qF 'li…
|
| /freebsd-14.2/tools/LibraryReport/ |
| H A D | LibraryReport.tcl | 187 if {[catch {set result [exec ldd $fname]} msg]} {
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 51 ldd
|
| /freebsd-14.2/contrib/libcbor/doc/source/ |
| H A D | getting_started.rst | 183 **shared library missing during execution**: Verify the linkage using ``ldd``, ``otool``, or simila… 187 ⇒ ldd hello_cbor
|
| /freebsd-14.2/usr.bin/ |
| H A D | Makefile | 72 ldd \
|
| /freebsd-14.2/usr.sbin/crunch/examples/ |
| H A D | really-big.conf | 114 progs ld ldd ldconfig
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 252 struct decode_table ldd; /* lower bits of distances */ member 2506 memset(&rar->cstate.ldd, 0, sizeof(rar->cstate.ldd)); in init_unpack() 2803 ret = create_decode_tables(&table[idx], &rar->cstate.ldd, HUFF_LDC); in parse_tables() 3171 &rar->cstate.ldd, p, &low_dist)) in do_uncompress_block()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRRegisterInfo.td | 210 // 16-bit register class for the ldd and std instructions.
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | config.guess | 159 if command -v ldd >/dev/null && \ 160 ldd --version 2>&1 | grep -q ^musl
|
| /freebsd-14.2/contrib/libevent/build-aux/ |
| H A D | config.guess | 159 if command -v ldd >/dev/null && \ 160 ldd --version 2>&1 | grep -q ^musl
|
| /freebsd-14.2/contrib/openpam/ |
| H A D | config.guess | 158 if command -v ldd >/dev/null && \ 159 ldd --version 2>&1 | grep -q ^musl
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | config.guess | 178 command -v ldd >/dev/null && 179 ldd --version 2>&1 | grep -q ^musl; then
|