Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx2023 int altdbg_fd = -1; in dwarf_extract_source_paths() local
2066 altdbg_fd = dup(alt_fd); // ok if this fails, downstream failures ok in dwarf_extract_source_paths()
2067 alt = altdbg = dwarf_begin (altdbg_fd, DWARF_C_READ); in dwarf_extract_source_paths()
2176 if (altdbg_fd >= 0) in dwarf_extract_source_paths()
2177 close(altdbg_fd); in dwarf_extract_source_paths()