Searched refs:libfile (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py632 def __init__(self, libfile):
633 self.libfile = libfile
638 objdump = ObjdumpParser(self.libfile)
670 dwarfdump = DwarfdumpParser(self.libfile)
695 (sym.name_ver, self.libfile, sym.offset))
698 print("Parsing symbol %s (%s)" % (sym.name_ver, self.libfile))
702 if not os.path.isfile(self.libfile):
703 print("No such file: %s" % self.libfile, file=sys.stderr)
741 def __init__(self, libfile)
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh4750 libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
4751 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh2492 libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
2493 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh3161 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3162 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh3130 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3131 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4460 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4460 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/file/
H A Dltmain.sh4462 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4463 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4460 if test -n "$libdir" && test ! -f "$libfile"; then
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4460 if test -n "$libdir" && test ! -f "$libfile"; then

Completed in 280 milliseconds