Home | History | Annotate | Download | only in src

Lines Matching refs:fname

88 /* Print symbols in file named FNAME.  */
89 static int process_file (const char *fname, bool more_than_one);
95 const char *fname, bool more_than_one,
200 process_file (const char *fname, bool more_than_one)
205 size_t fname_len = strlen (fname);
207 const char *real_fname = fname;
208 if (fname[0] == '/' && (rootdir[0] != '/' || rootdir[1] != '\0'))
214 fname, fname_len)) = '\0';
221 error (0, errno, gettext ("cannot open '%s'"), fname);
229 fname, elf_errmsg (-1));
239 fname, elf_errmsg (-1));
249 error (0, 0, gettext ("'%s' is not a DSO or PIE"), fname);
313 error (0, 0, gettext ("no text relocations reported in '%s'"), fname);
378 if (dw == NULL && fname[0] == '/')
388 fname, fname_len),
423 (size_t) shdr->sh_link, fname, elf_errmsg (-1));
443 cnt, elf_ndxscn (scn), fname, elf_errmsg (-1));
449 symscn, dw, fname, more_than_one, &knownsrcs);
466 cnt, elf_ndxscn (scn), fname, elf_errmsg (-1));
472 symscn, dw, fname, more_than_one, &knownsrcs);
508 const char *fname, bool more_than_one, void **knownsrcs)
519 printf ("%s: ", fname);