Searched refs:libfile (Results 1 – 10 of 10) sorted by relevance
632 def __init__(self, libfile): argument633 self.libfile = libfile638 objdump = ObjdumpParser(self.libfile)670 dwarfdump = DwarfdumpParser(self.libfile)695 (sym.name_ver, self.libfile, sym.offset))702 if not os.path.isfile(self.libfile):703 print("No such file: %s" % self.libfile, file=sys.stderr)741 def __init__(self, libfile): argument742 Parser.__init__(self, "%s -wtT %s" % (Config.objdump, libfile))863 def __init__(self, libfile): argument[all …]
3130 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test3131 if test -n "$libdir" && test ! -f "$libfile"; then
4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`4460 if test -n "$libdir" && test ! -f "$libfile"; then
4462 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`4463 if test -n "$libdir" && test ! -f "$libfile"; then