Searched refs:dwfl_report_elf (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 291 dwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in dwfl_report_elf() function 325 INTDEF (dwfl_report_elf) 326 NEW_VERSION (dwfl_report_elf, ELFUTILS_0.156) 333 COMPAT_VERSION_NEWPROTO (dwfl_report_elf, ELFUTILS_0.122, without_add_p_vaddr) 340 return dwfl_report_elf (dwfl, name, file_name, fd, base, true); in _compat_without_add_p_vaddr_dwfl_report_elf()
|
D | ChangeLog | 125 * dwfl_report_elf.c (__libdwfl_elf_address_range): Use FALLTHROUGH 207 * dwfl_report_elf.c: Likewise. 446 * dwfl_report_elf.c (dwfl_report_elf): Likewise. 654 * dwfl_report_elf.c (_compat_without_add_p_vaddr_dwfl_report_elf): 1356 to dwfl_report_elf. 1373 * dwfl_report_elf.c (__libdwfl_elf_address_range): New function from 1431 Verify build-id before calling dwfl_report_elf, also supply 1440 * dwfl_report_elf.c (__libdwfl_report_elf): Add parameter add_p_vaddr. 1443 (dwfl_report_elf): Add parameter add_p_vaddr. Pass it down. Add 1447 * libdwfl.h (dwfl_report_elf): Add parameter add_p_vaddr. Describe it. [all …]
|
D | Makefile.am | 43 dwfl_module.c dwfl_report_elf.c relocate.c \
|
D | libdwfl.h | 160 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
|
D | libdwflP.h | 736 INTDECL (dwfl_report_elf)
|
D | linux-kernel-modules.c | 248 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, in report_kernel()
|
/external/elfutils/libdw/ |
D | libdw.map | 136 dwfl_report_elf; 260 dwfl_report_elf;
|
D | ChangeLog | 876 * dwfl_report_elf.c (__libdwfl_elf_address_range): Add fallthrough
|
/external/elfutils/tests/ |
D | dwfl-report-elf-align.c | 56 Dwfl_Module *mod = dwfl_report_elf (dwfl, argv[1], argv[1], -1, base, false); in main()
|
D | backtrace-data.c | 154 Dwfl_Module *mod = dwfl_report_elf (dwfl, long_name, long_name, -1, in report_module()
|
D | ChangeLog | 2131 * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 160 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
|
/external/elfutils/config/ |
D | elfutils.spec.in | 443 parameter add_p_vaddr to dwfl_report_elf. Use DT_DEBUG
|
/external/elfutils/ |
D | NEWS | 305 Add parameter add_p_vaddr to dwfl_report_elf.
|