Searched refs:libfile (Results 1 – 13 of 13) sorted by relevance
| /src/crypto/krb5/src/util/ |
| H A D | export-check.pl | 38 my($exfile, $libfile) = @ARGV; 41 open NM, "nm -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!"; 55 unlink $libfile;
|
| /src/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)) 697 print("Parsing symbol %s (%s)" % (sym.name_ver, self.libfile)) 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)) [all …]
|
| /src/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 | 568 obj2lib(lib => "PATH/TO/libfile", 590 lib => "PATH/TO/libfile", 609 obj2dso(lib => "PATH/TO/libfile", 625 deps => [ "PATH/TO/libfile", ... ]);
|
| /src/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
|
| /src/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
|
| /src/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
|
| /src/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
|
| /src/contrib/file/ |
| H A D | ltmain.sh | 4718 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4719 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /src/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
|
| /src/contrib/openpam/ |
| H A D | ltmain.sh | 4855 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4856 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /src/contrib/ldns/ |
| H A D | ltmain.sh | 4551 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4552 if test -n "$libdir" && test ! -f "$libfile"; then
|
| /src/contrib/unbound/ |
| H A D | ltmain.sh | 4848 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` 4849 if test -n "$libdir" && test ! -f "$libfile"; then
|