Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdwfl/
Dargp-std.c155 if (INTUSE(dwfl_report_offline) (dwfl, "", arg, -1) == NULL) in parse_opt()
287 if (INTUSE(dwfl_report_offline) (dwfl, "", arg, -1) == NULL) in parse_opt()
Doffline.c309 dwfl_report_offline (Dwfl *dwfl, const char *name, in dwfl_report_offline() function
329 INTDEF (dwfl_report_offline)
Dlibdwfl.h174 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
DlibdwflP.h484 INTDECL (dwfl_report_offline)
DChangeLog799 (dwfl_report_offline): ... here. Call it.
804 (dwfl_report_offline): ... here. Call process_file, which recurses on
1148 * offline.c (dwfl_report_offline): Account for dwfl_report_elf having
1247 * offline.c (dwfl_report_offline): Move offline_next_address outside
1273 * offline.c (dwfl_report_offline): Get the file into memory and close
1306 * libdwfl.h: Declare dwfl_offline_section_address, dwfl_report_offline.
Dlinux-kernel-modules.c418 if (dwfl_report_offline (dwfl, name, f->fts_path, -1) == NULL) in dwfl_linux_kernel_report_offline()
/external/elfutils/0.153/libdw/
Dlibdw.map140 dwfl_report_offline;
DChangeLog1031 and dwfl_report_offline.
/external/elfutils/elfutils/
Dlibdwfl.h174 extern Dwfl_Module *dwfl_report_offline (Dwfl *dwfl, const char *name,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c131 self->mod = dwfl_report_offline(self->dwfl, "", "", fd); in debuginfo__init_offline_dwarf()
/external/elfutils/0.153/
Delfutils.spec462 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
DNEWS390 libdwfl: New functions dwfl_report_offline, dwfl_offline_section_address,
/external/elfutils/0.153/config/
Delfutils.spec.in462 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
/external/elfutils/0.153/src/
Dreadelf.c583 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL) in process_file()