Home
last modified time | relevance | path

Searched refs:alt_fd (Results 1 - 10 of 10) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_setalt.c38 if (main->alt_fd != -1) in dwarf_setalt()
41 close (main->alt_fd); in dwarf_setalt()
42 main->alt_fd = -1; in dwarf_setalt()
H A Ddwarf_end.c141 if (dwarf->alt_fd != -1) in dwarf_end()
144 close (dwarf->alt_fd); in dwarf_end()
H A Ddwarf_getalt.c156 dbg->alt_fd = fd; in find_debug_altlink()
H A Ddwarf_begin_elf.c524 result->alt_fd = -1; in dwarf_begin_elf()
H A DlibdwP.h180 int alt_fd; member
/third_party/libabigail/src/
H A Dabg-elf-reader.cc157 /// @param alt_fd the file descriptor used to access the alternate
168 /// @return the alternate debuginfo, or null. If @p alt_fd is
176 int& alt_fd) in find_alt_dwarf_debug_info()
190 alt_fd = 0; in find_alt_dwarf_debug_info()
204 alt_fd = dwfl_standard_find_debuginfo(elf_module, user_data, in find_alt_dwarf_debug_info()
209 result = dwarf_begin(alt_fd, DWARF_C_READ); in find_alt_dwarf_debug_info()
342 int& alt_fd) in find_alt_dwarf_debug_info()
347 alt_file_name, alt_fd); in find_alt_dwarf_debug_info()
173 find_alt_dwarf_debug_info(Dwfl_Module *elf_module, const vector<char**> debug_root_dirs, string& alt_file_name, int& alt_fd) find_alt_dwarf_debug_info() argument
/third_party/elfutils/libdwfl/
H A Ddwfl_module.c102 if (mod->alt_fd != -1) in __libdwfl_module_free()
103 close (mod->alt_fd); in __libdwfl_module_free()
H A Ddwfl_module_getdwarf.c568 mod->alt_fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod), in find_debug_altlink()
578 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink()
588 close (mod->alt_fd); in find_debug_altlink()
589 mod->alt_fd = -1; in find_debug_altlink()
H A DlibdwflP.h197 int alt_fd; /* descriptor, only valid when alt != NULL. */ member
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2759 int alt_fd; variable
2764 r = handle_buildid (0, buildid, artifacttype, "", &alt_fd);
2776 altdbg_fd = dup(alt_fd); // ok if this fails, downstream failures ok
2779 MHD_destroy_response (r); // will close alt_fd

Completed in 22 milliseconds