Home
last modified time | relevance | path

Searched refs:alt_elf (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c64 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo()
71 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in dwfl_build_id_find_debuginfo()
79 elf_end (mod->alt_elf); in dwfl_build_id_find_debuginfo()
80 mod->alt_elf = NULL; in dwfl_build_id_find_debuginfo()
Dfind-debuginfo.c102 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate()
109 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in validate()
117 elf_end (mod->alt_elf); in validate()
118 mod->alt_elf = NULL; in validate()
360 || (mod->dw != NULL && mod->alt_elf != NULL) in dwfl_standard_find_debuginfo()
Ddwfl_module.c97 if (mod->alt_elf != NULL) in __libdwfl_module_free()
98 elf_end (mod->alt_elf); in __libdwfl_module_free()
Ddwfl_module_getdwarf.c572 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink()
576 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf, in find_debug_altlink()
580 elf_end (mod->alt_elf); in find_debug_altlink()
581 mod->alt_elf = NULL; in find_debug_altlink()
DlibdwflP.h199 Elf *alt_elf; /* Elf for alt Dwarf. */ member
DChangeLog511 * libdwflP.h (struct Dwfl_Module): Add alt, alt_fd and alt_elf fields.
523 * dwfl_module.c (__libdwfl_module_free): Release alt, alt_elf and
535 dwelf_dwarf_gnu_debugaltlink and mod->alt_elf.