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.c68 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo()
75 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in dwfl_build_id_find_debuginfo()
83 elf_end (mod->alt_elf); in dwfl_build_id_find_debuginfo()
84 mod->alt_elf = NULL; in dwfl_build_id_find_debuginfo()
Dfind-debuginfo.c106 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate()
113 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in validate()
121 elf_end (mod->alt_elf); in validate()
122 mod->alt_elf = NULL; in validate()
381 || (mod->dw != NULL && mod->alt_elf != NULL) in dwfl_standard_find_debuginfo()
Ddwfl_module.c101 if (mod->alt_elf != NULL) in __libdwfl_module_free()
102 elf_end (mod->alt_elf); in __libdwfl_module_free()
Ddwfl_module_getdwarf.c579 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink()
583 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf, in find_debug_altlink()
587 elf_end (mod->alt_elf); in find_debug_altlink()
588 mod->alt_elf = NULL; in find_debug_altlink()
DlibdwflP.h197 Elf *alt_elf; /* Elf for alt Dwarf. */ member
DChangeLog1117 * libdwflP.h (struct Dwfl_Module): Add alt, alt_fd and alt_elf fields.
1129 * dwfl_module.c (__libdwfl_module_free): Release alt, alt_elf and
1141 dwelf_dwarf_gnu_debugaltlink and mod->alt_elf.