Home
last modified time | relevance | path

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

/external/elfutils/src/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.c101 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate()
108 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in validate()
116 elf_end (mod->alt_elf); in validate()
117 mod->alt_elf = NULL; in validate()
326 || (mod->dw != NULL && mod->alt_elf != NULL) in dwfl_standard_find_debuginfo()
Ddwfl_module.c79 if (mod->alt_elf != NULL) in __libdwfl_module_free()
80 elf_end (mod->alt_elf); in __libdwfl_module_free()
Ddwfl_module_getdwarf.c540 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink()
544 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf, in find_debug_altlink()
548 elf_end (mod->alt_elf); in find_debug_altlink()
549 mod->alt_elf = NULL; in find_debug_altlink()
DlibdwflP.h189 Elf *alt_elf; /* Elf for alt Dwarf. */ member
DChangeLog162 * libdwflP.h (struct Dwfl_Module): Add alt, alt_fd and alt_elf fields.
174 * dwfl_module.c (__libdwfl_module_free): Release alt, alt_elf and
186 dwelf_dwarf_gnu_debugaltlink and mod->alt_elf.