Home
last modified time | relevance | path

Searched refs:dwfl_report_offline (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libdwfl/
Doffline.c291 dwfl_report_offline (Dwfl *dwfl, const char *name, in dwfl_report_offline() function
311 INTDEF (dwfl_report_offline)
Dargp-std.c269 if (INTUSE(dwfl_report_offline) (dwfl, "", arg, -1) == NULL) in parse_opt()
329 if (INTUSE(dwfl_report_offline) (dwfl, "", opt->e, -1) == NULL) in parse_opt()
Dlibdwfl.h168 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
DlibdwflP.h735 INTDECL (dwfl_report_offline)
Dlinux-kernel-modules.c410 if (dwfl_report_offline (dwfl, name, f->fts_path, -1) == NULL) in dwfl_linux_kernel_report_offline()
DChangeLog118 * offline.c (dwfl_report_offline): Likewise.
2075 (dwfl_report_offline): ... here. Call it.
2080 (dwfl_report_offline): ... here. Call process_file, which recurses on
2424 * offline.c (dwfl_report_offline): Account for dwfl_report_elf having
2523 * offline.c (dwfl_report_offline): Move offline_next_address outside
2549 * offline.c (dwfl_report_offline): Get the file into memory and close
2582 * libdwfl.h: Declare dwfl_offline_section_address, dwfl_report_offline.
/external/elfutils/libdw/
Dlibdw.map140 dwfl_report_offline;
DChangeLog2052 and dwfl_report_offline.
/external/elfutils/include/elfutils/
Dlibdwfl.h168 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
/external/elfutils/src/
Dnm.c1279 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) in show_symbols()
Dreadelf.c774 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL) in process_file()
/external/elfutils/config/
Delfutils.spec.in656 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
/external/elfutils/
DNEWS599 libdwfl: New functions dwfl_report_offline, dwfl_offline_section_address,