Searched refs:ldd (Results 1 – 25 of 65) sorted by relevance
123
2 PROG?= ldd3 SRCS= ldd.c
7 MLINKS= ldd.1 ldd32.110 .PATH: ${SRCTOP}/usr.bin/ldd
4 if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "liba…
20 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
30 ncrypt=$( ldd /usr/games/factor | grep -c -- -lcrypt )
26 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
31 export LD_PRELOAD=$(ldd "$(command -v zfs)" | awk '/libasan\.so/ {print $3}')
56 ldd $(find ../venv-cryptography/lib/ -iname '*.so')
66 ldd_libs=$(env ${LDD_ENV} ldd $(realpath $1) | awk '{print $1 ":" $3}')
39 …if ! ldd "$(command -v zpool)" | grep -qF 'libgcc_s.so' && ldconfig -p 2> /dev/null | grep -qF 'li…
187 if {[catch {set result [exec ldd $fname]} msg]} {
51 ldd
183 **shared library missing during execution**: Verify the linkage using ``ldd``, ``otool``, or simila…187 ⇒ ldd hello_cbor
75 !:mime application/x-epoc-ldd
72 ldd \
114 progs ld ldd ldconfig
252 struct decode_table ldd; /* lower bits of distances */ member2506 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()
209 // 16-bit register class for the ldd and std instructions.
159 if command -v ldd >/dev/null && \160 ldd --version 2>&1 | grep -q ^musl
158 if command -v ldd >/dev/null && \159 ldd --version 2>&1 | grep -q ^musl
178 command -v ldd >/dev/null &&179 ldd --version 2>&1 | grep -q ^musl; then