Searched refs:alt_fd (Results 1 – 10 of 10) sorted by relevance
40 if (main->alt_fd != -1) in dwarf_setalt()43 close (main->alt_fd); in dwarf_setalt()44 main->alt_fd = -1; in dwarf_setalt()
131 if (dwarf->alt_fd != -1) in dwarf_end()134 close (dwarf->alt_fd); in dwarf_end()
156 dbg->alt_fd = fd; in find_debug_altlink()
415 result->alt_fd = -1; in dwarf_begin_elf()
174 int alt_fd; member
669 * dwarf_begin_elf.c (dwarf_begin_elf): Initialize Dwarf alt_fd to -1.671 and alt_fd if we allocated them.678 * dwarf_setalt.c (dwarf_setalt): Clean up Dwarf alt_dwarf and alt_fd682 * libdwP.h (struct Dwarf): Add alt_fd field.
103 if (mod->alt_fd != -1) in __libdwfl_module_free()104 close (mod->alt_fd); in __libdwfl_module_free()
569 mod->alt_fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod), in find_debug_altlink()579 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink()589 close (mod->alt_fd); in find_debug_altlink()590 mod->alt_fd = -1; in find_debug_altlink()
197 int alt_fd; /* descriptor, only valid when alt != NULL. */ member
842 * libdwflP.h (struct Dwfl_Module): Add alt, alt_fd and alt_elf fields.855 close alt_fd if necessary.