Searched refs:__libdw_open_file (Results 1 - 11 of 11) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_debuginfo.c | 66 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 D | find-debuginfo.c | 105 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 D | dwfl_build_id_find_elf.c | 172 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf()
|
H A D | open.c | 198 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() function
|
H A D | offline.c | 286 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true); in __libdwfl_report_offline()
|
H A D | dwfl_report_elf.c | 306 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false); in dwfl_report_elf()
|
H A D | argp-std.c | 288 Dwfl_Error error = __libdw_open_file (&fd, &core, true, false); in parse_opt()
|
H A D | link_map.c | 420 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 D | libdwflP.h | 630 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 D | dwfl_segment_report_module.c | 785 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in dwfl_segment_report_module()
|
H A D | dwfl_module_getdwarf.c | 58 return __libdw_open_file (fd, elf, true, false); in open_elf_file()
|
Completed in 11 milliseconds