Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_build_id_find_debuginfo.c64 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo()
104 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false); in dwfl_build_id_find_debuginfo()
Dfind-debuginfo.c101 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate()
134 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, false, false); in validate()
Ddwfl_build_id_find_elf.c146 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf()
Dopen.c122 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() function
Doffline.c274 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true); in __libdwfl_report_offline()
Ddwfl_report_elf.c303 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false); in dwfl_report_elf()
Dargp-std.c286 Dwfl_Error error = __libdw_open_file (&fd, &core, true, false); in parse_opt()
Dlink_map.c394 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in report_r_debug()
806 error = __libdw_open_file (&fd, &elf, true, false); in dwfl_link_map_report()
DlibdwflP.h608 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
Ddwfl_segment_report_module.c683 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c54 return __libdw_open_file (fd, elf, true, false); in open_elf_file()
DChangeLog1209 (__libdw_open_file): ... here. Call it.
1383 * argp-std.c (parse_opt): Use __libdw_open_file for core file.
1391 * libdwflP.h: Declare __libdw_open_file.