Home
last modified time | relevance | path

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

/third_party/libabigail/src/
H A Dabg-elf-reader.cc43 /// @param elf_module the elf module to consider.
51 find_alt_dwarf_debug_info_link(Dwfl_Module *elf_module, in find_alt_dwarf_debug_info_link() argument
55 Dwarf *dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info_link()
148 /// @param elf_module the elf module to consider.
154 /// path of the alternate debug info file associated to @p elf_module.
173 find_alt_dwarf_debug_info(Dwfl_Module *elf_module, in find_alt_dwarf_debug_info() argument
178 if (elf_module == 0) in find_alt_dwarf_debug_info()
182 find_alt_dwarf_debug_info_link(elf_module, alt_file_name); in find_alt_dwarf_debug_info()
188 Dwarf* dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info()
201 file_name = dwfl_module_info(elf_module, in find_alt_dwarf_debug_info()
263 Dwfl_Module* elf_module = nullptr; global() member
[all...]

Completed in 2 milliseconds