Searched refs:__libdwfl_report_elf (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 243 __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, in __libdwfl_report_elf() function 314 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, in dwfl_report_elf()
|
D | offline.c | 134 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf, in process_elf()
|
D | ChangeLog | 1646 (dwfl_core_file_report): Call __libdwfl_report_elf for 1650 (__libdwfl_report_elf): ... this function. Call it. 1662 instead of __libdwfl_report_elf when R_DEBUG_INFO is not NULL. 1715 * dwfl_report_elf.c (__libdwfl_report_elf): Add parameter add_p_vaddr. 1723 * libdwflP.h (__libdwfl_report_elf): Add parameter add_p_vaddr. 1744 * dwfl_report_elf.c (__libdwfl_report_elf): Remove BASE aligning. 1838 * dwfl_report_elf.c (__libdwfl_report_elf): Simplify START and BIAS 2132 * dwfl_report_elf.c (__libdwfl_report_elf): Likewise. 2208 * dwfl_report_elf.c (__libdwfl_report_elf): Return NULL on overlap. 2286 * dwfl_report_elf.c (__libdwfl_report_elf): Take new arg SANITY. [all …]
|
D | core-file.c | 593 mod = __libdwfl_report_elf (dwfl, basename (module->name), module->name, in dwfl_core_file_report()
|
D | libdwflP.h | 567 extern Dwfl_Module *__libdwfl_report_elf (Dwfl *dwfl, const char *name,
|
D | link_map.c | 473 mod = __libdwfl_report_elf (dwfl, basename (name), in report_r_debug()
|