Lines Matching refs:file_name
97 const char *file_name, int fd, Elf *elf);
99 const char *file_name, int fd, Elf *elf,
106 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() argument
118 return process_elf (dwfl, name, file_name, fd, elf); in process_file()
121 return process_archive (dwfl, name, file_name, fd, elf, predicate); in process_file()
127 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf() argument
130 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, in process_elf()
160 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member() argument
185 if (unlikely (asprintf (&member_name, "%s(%s)", file_name, h->ar_name) < 0)) in process_archive_member()
238 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive() argument
251 while (process_archive_member (dwfl, name, file_name, predicate, in process_archive()
269 const char *file_name, int fd, bool closefd, in __libdwfl_report_offline() argument
280 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline()
292 const char *file_name, int fd) in dwfl_report_offline() argument
301 fd = open (file_name, O_RDONLY); in dwfl_report_offline()
309 return __libdwfl_report_offline (dwfl, name, file_name, fd, closefd, NULL); in dwfl_report_offline()