Home
last modified time | relevance | path

Searched refs:dwfl_offline_section_address (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/tests/
Ddwfl-report-elf-align.c33 .section_address = INTUSE(dwfl_offline_section_address),
Ddwfl-bug-addr-overflow.c31 .section_address = INTUSE(dwfl_offline_section_address),
Dbacktrace-data.c300 .section_address = dwfl_offline_section_address, in main()
/external/elfutils/libdwfl/
Doffline.c39 dwfl_offline_section_address (Dwfl_Module *mod, in dwfl_offline_section_address() function
93 INTDEF (dwfl_offline_section_address)
Dargp-std.c70 .section_address = INTUSE(dwfl_offline_section_address),
Dlibdwfl.h316 extern int dwfl_offline_section_address (Dwfl_Module *, void **,
DlibdwflP.h750 INTDECL (dwfl_offline_section_address)
DChangeLog389 * offline.c (dwfl_offline_section_address): Assert shndx is not zero.
2034 * offline.c (dwfl_offline_section_address): Bail early if there is
2043 * offline.c (dwfl_offline_section_address): Never called for sh_addr
2193 * offline.c (dwfl_offline_section_address): Don't assume section
2299 * offline.c (dwfl_offline_section_address): Expect a call for 0.
2582 * libdwfl.h: Declare dwfl_offline_section_address, dwfl_report_offline.
/external/elfutils/libdw/
Dlibdw.map134 dwfl_offline_section_address;
DChangeLog2051 Add dwfl_linux_kernel_report_offline, dwfl_offline_section_address,
/external/elfutils/include/elfutils/
Dlibdwfl.h316 extern int dwfl_offline_section_address (Dwfl_Module *, void **,
/external/elfutils/src/
Dnm.c1270 .section_address = dwfl_offline_section_address, in show_symbols()
Dreadelf.c767 .section_address = dwfl_offline_section_address, in process_file()
/external/elfutils/
DNEWS599 libdwfl: New functions dwfl_report_offline, dwfl_offline_section_address,