Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Dlibdw_find_split_unit.c48 int split_fd = open (dwo_path, O_RDONLY); in try_split_file() local
49 if (split_fd != -1) in try_split_file()
51 Dwarf *split_dwarf = dwarf_begin (split_fd, DWARF_C_READ); in try_split_file()
85 close (split_fd); in try_split_file()