Home
last modified time | relevance | path

Searched refs:__libdw_open_file (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libdwfl/
H A 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()
H A 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()
H A Ddwfl_build_id_find_elf.c172 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf()
H A Dopen.c198 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() function
H A Doffline.c286 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true); in __libdwfl_report_offline()
H A Ddwfl_report_elf.c306 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false); in dwfl_report_elf()
H A Dargp-std.c288 Dwfl_Error error = __libdw_open_file (&fd, &core, true, false); in parse_opt()
H A Dlink_map.c420 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in report_r_debug()
821 error = __libdw_open_file (&fd, &elf, true, false); in dwfl_link_map_report()
H A DlibdwflP.h630 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
634 /* Same as __libdw_open_file, but opens Elf handle from memory region. */
639 /* Same as __libdw_open_file, but never closes the given file
H A Ddwfl_segment_report_module.c785 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in dwfl_segment_report_module()
H A Ddwfl_module_getdwarf.c58 return __libdw_open_file (fd, elf, true, false); in open_elf_file()

Completed in 11 milliseconds