Home
last modified time | relevance | path

Searched refs:__libdw_open_file (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c66 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo()
106 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false); in dwfl_build_id_find_debuginfo()
Dfind-debuginfo.c105 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate()
138 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, false, false); in validate()
Ddwfl_build_id_find_elf.c172 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf()
Dopen.c198 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() function
Ddwfl_report_elf.c306 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false); in dwfl_report_elf()
Dargp-std.c288 Dwfl_Error error = __libdw_open_file (&fd, &core, true, false); in parse_opt()
Doffline.c286 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true); in __libdwfl_report_offline()
Dlink_map.c418 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in report_r_debug()
817 error = __libdw_open_file (&fd, &elf, true, false); in dwfl_link_map_report()
DlibdwflP.h630 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
Ddwfl_segment_report_module.c785 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in dwfl_segment_report_module()
DChangeLog40 (__libdw_open_file): Pass false to libdw_open_elf.
527 (__libdw_open_file): Call libdw_open_elf with bad_elf_ok false.
579 (__libdw_open_file): Replaced (and renamed) by a call to ...
2437 (__libdw_open_file): ... here. Call it.
2611 * argp-std.c (parse_opt): Use __libdw_open_file for core file.
2619 * libdwflP.h: Declare __libdw_open_file.
Ddwfl_module_getdwarf.c58 return __libdw_open_file (fd, elf, true, false); in open_elf_file()