Lines Matching refs:elf_module
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()
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, &user_data, in find_alt_dwarf_debug_info()
204 alt_fd = dwfl_standard_find_debuginfo(elf_module, user_data, in find_alt_dwarf_debug_info()
235 Dwarf* dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info()
263 Dwfl_Module* elf_module = nullptr; member
294 elf_module = nullptr; in initialize()
318 elf_module = in crack_open_elf_file()
323 ABG_ASSERT(elf_module); in crack_open_elf_file()
328 elf_handle = dwfl_module_getelf(elf_module, &bias); in crack_open_elf_file()
340 find_alt_dwarf_debug_info(Dwfl_Module* elf_module, in find_alt_dwarf_debug_info()
345 result = elf::find_alt_dwarf_debug_info(elf_module, in find_alt_dwarf_debug_info()
365 dwarf_handle = dwfl_module_getdwarf(elf_module, &bias); in locate_dwarf_debug_info()
374 dwarf_handle = dwfl_module_getdwarf(elf_module, &bias); in locate_dwarf_debug_info()
377 alt_dwarf_handle = find_alt_dwarf_debug_info(elf_module, in locate_dwarf_debug_info()