Searched refs:alt_fd (Results 1 - 10 of 10) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_setalt.c | 38 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 D | dwarf_end.c | 141 if (dwarf->alt_fd != -1) in dwarf_end() 144 close (dwarf->alt_fd); in dwarf_end()
|
H A D | dwarf_getalt.c | 156 dbg->alt_fd = fd; in find_debug_altlink()
|
H A D | dwarf_begin_elf.c | 524 result->alt_fd = -1; in dwarf_begin_elf()
|
H A D | libdwP.h | 180 int alt_fd; member
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 157 /// @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 D | dwfl_module.c | 102 if (mod->alt_fd != -1) in __libdwfl_module_free() 103 close (mod->alt_fd); in __libdwfl_module_free()
|
H A D | dwfl_module_getdwarf.c | 568 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 D | libdwflP.h | 197 int alt_fd; /* descriptor, only valid when alt != NULL. */ member
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 2759 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