Lines Matching defs:fname
87 static int process_file (const char *fname, bool more_than_one);
93 const char *fname, bool more_than_one,
184 open_rootdir_file (const char *fname)
187 const char *real_fname = fname;
189 if (fname[0] == '/' && (rootdir[0] != '/' || rootdir[1] != '\0'))
190 real_fname = new_fname = xasprintf ("%s/%s", rootdir, fname);
194 error (0, errno, _("cannot open '%s'"), fname);
202 process_file (const char *fname, bool more_than_one)
206 int fd = open_rootdir_file (fname);
214 fname, elf_errmsg (-1));
224 fname, elf_errmsg (-1));
234 error (0, 0, _("'%s' is not a DSO or PIE"), fname);
299 error (0, 0, _("no text relocations reported in '%s'"), fname);
361 if (dw == NULL && fname[0] == '/')
364 xasprintf("%s%s/%s.debug", rootdir, debuginfo_root, fname);
398 (size_t) shdr->sh_link, fname, elf_errmsg (-1));
419 cnt, elf_ndxscn (scn), fname, elf_errmsg (-1));
425 symscn, dw, fname, more_than_one, &knownsrcs);
442 cnt, elf_ndxscn (scn), fname, elf_errmsg (-1));
448 symscn, dw, fname, more_than_one, &knownsrcs);
484 const char *fname, bool more_than_one, void **knownsrcs)
495 printf ("%s: ", fname);