Lines Matching refs:name
241 __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name,
251 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end);
254 if (m->main.name == NULL)
256 m->main.name = strdup (file_name);
260 || strcmp (m->main.name, file_name))
290 dwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd,
313 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name,
328 _compat_without_add_p_vaddr_dwfl_report_elf (Dwfl *dwfl, const char *name,
334 _compat_without_add_p_vaddr_dwfl_report_elf (Dwfl *dwfl, const char *name,
338 return dwfl_report_elf (dwfl, name, file_name, fd, base, true);