Searched refs:libfile (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 631 def __init__(self, libfile): argument 632 self.libfile = libfile 637 objdump = ObjdumpParser(self.libfile) 669 dwarfdump = DwarfdumpParser(self.libfile) 694 (sym.name_ver, self.libfile, sym.offset)) 701 if not os.path.isfile(self.libfile): 702 print("No such file: %s" % self.libfile, file=sys.stderr) 740 def __init__(self, libfile): argument 741 Parser.__init__(self, "%s -wtT %s" % (Config.objdump, libfile)) 862 def __init__(self, libfile): argument [all …]
|
| /freebsd-14.2/crypto/openssl/Configurations/ |
| H A D | README-design.md | 477 obj2lib(lib => "PATH/TO/libfile", 499 lib => "PATH/TO/libfile", 518 obj2dso(lib => "PATH/TO/libfile", 534 deps => [ "PATH/TO/libfile", ... ]);
|
| H A D | README.md | 561 obj2lib(lib => "PATH/TO/libfile", 583 lib => "PATH/TO/libfile", 602 obj2dso(lib => "PATH/TO/libfile", 618 deps => [ "PATH/TO/libfile", ... ]);
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | ltmain.sh | 3130 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test 3131 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/file/ |
| H A D | ltmain.sh | 4462 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4463 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/unbound/ |
| H A D | ltmain.sh | 4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4460 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ltmain.sh | 4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4460 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ltmain.sh | 4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4460 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | ltmain.sh | 4551 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4552 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/openpam/ |
| H A D | ltmain.sh | 4715 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4716 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/libevent/build-aux/ |
| H A D | ltmain.sh | 4673 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4674 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/openbsm/config/ |
| H A D | ltmain.sh | 4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4460 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | ltmain.sh | 4551 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4552 if test -n "$libdir" && test ! -f "$libfile"; then
|