Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c66 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo()
73 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in dwfl_build_id_find_debuginfo()
81 elf_end (mod->alt_elf); in dwfl_build_id_find_debuginfo()
82 mod->alt_elf = NULL; in dwfl_build_id_find_debuginfo()
Dfind-debuginfo.c105 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate()
112 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in validate()
120 elf_end (mod->alt_elf); in validate()
121 mod->alt_elf = NULL; in validate()
380 || (mod->dw != NULL && mod->alt_elf != NULL) in dwfl_standard_find_debuginfo()
Ddwfl_module.c100 if (mod->alt_elf != NULL) in __libdwfl_module_free()
101 elf_end (mod->alt_elf); in __libdwfl_module_free()
Ddwfl_module_getdwarf.c578 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink()
582 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf, in find_debug_altlink()
586 elf_end (mod->alt_elf); in find_debug_altlink()
587 mod->alt_elf = NULL; in find_debug_altlink()
DlibdwflP.h198 Elf *alt_elf; /* Elf for alt Dwarf. */ member
DChangeLog1390 * libdwflP.h (struct Dwfl_Module): Add alt, alt_fd and alt_elf fields.
1402 * dwfl_module.c (__libdwfl_module_free): Release alt, alt_elf and
1414 dwelf_dwarf_gnu_debugaltlink and mod->alt_elf.