Searched refs:alt_elf (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | dwfl_build_id_find_debuginfo.c | 64 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()
|
D | find-debuginfo.c | 101 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()
|
D | dwfl_module.c | 79 if (mod->alt_elf != NULL) in __libdwfl_module_free() 80 elf_end (mod->alt_elf); in __libdwfl_module_free()
|
D | dwfl_module_getdwarf.c | 540 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()
|
D | libdwflP.h | 189 Elf *alt_elf; /* Elf for alt Dwarf. */ member
|
D | ChangeLog | 162 * 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.
|