Home
last modified time | relevance | path

Searched refs:ldd (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/usr.bin/ldd/
H A DMakefile1 PROG?= ldd
2 SRCS= ldd.c
/freebsd/usr.bin/ldd32/
H A DMakefile6 MLINKS= ldd.1 ldd32.1
9 .PATH: ${SRCTOP}/usr.bin/ldd
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-libpam-zfs.postinst4 if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "liba…
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pyzfs/
H A Dpyzfs_unittest.ksh.in20 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
/freebsd/contrib/netbsd-tests/games/
H A Dt_factor.sh30 ncrypt=$( ldd /usr/games/factor | grep -c -- -lcrypt )
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dpam_basic.ksh26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
H A Dpam_change_unmounted.ksh26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
H A Dpam_nounmount.ksh26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
H A Dpam_recursive.ksh26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
H A Dpam_short_password.ksh31 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
H A Dpam_mount_recursively.ksh26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
/freebsd/crypto/openssl/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh56 ldd $(find ../venv-cryptography/lib/ -iname '*.so')
/freebsd/tools/build/
H A Dcheck-links.sh66 ldd_libs=$(env ${LDD_ENV} ldd $(realpath $1) | awk '{print $1 ":" $3}')
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in39 …if ! ldd "$(command -v zpool)" | grep -qF 'libgcc_s.so' && ldconfig -p 2> /dev/null | grep -qF 'li…
/freebsd/tools/LibraryReport/
H A DLibraryReport.tcl187 if {[catch {set result [exec ldd $fname]} msg]} {
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg52 ldd
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst183 **shared library missing during execution**: Verify the linkage using ``ldd``, ``otool``, or simila…
187ldd hello_cbor
/freebsd/contrib/file/magic/Magdir/
H A Depoc75 !:mime application/x-epoc-ldd
/freebsd/usr.bin/
H A DMakefile68 ldd \
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf114 progs ld ldd ldconfig
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c252 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/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td209 // 16-bit register class for the ldd and std instructions.
/freebsd/contrib/dialog/
H A Dconfig.guess159 if command -v ldd >/dev/null && \
160 ldd --version 2>&1 | grep -q ^musl
/freebsd/contrib/libevent/build-aux/
H A Dconfig.guess159 if command -v ldd >/dev/null && \
160 ldd --version 2>&1 | grep -q ^musl
/freebsd/contrib/openpam/
H A Dconfig.guess158 if command -v ldd >/dev/null && \
159 ldd --version 2>&1 | grep -q ^musl

123