Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Dlibdw_find_split_unit.c46 try_split_file (Dwarf_CU *cu, const char *dwo_path) in try_split_file() argument
48 int split_fd = open (dwo_path, O_RDONLY); in try_split_file()
113 char *dwo_path = __libdw_filepath (debugdir, NULL, dwo_file); in __libdw_find_split_unit() local
114 if (dwo_path != NULL) in __libdw_find_split_unit()
116 try_split_file (cu, dwo_path); in __libdw_find_split_unit()
117 free (dwo_path); in __libdw_find_split_unit()
128 dwo_path = __libdw_filepath (debugdir, dwo_dir, dwo_file); in __libdw_find_split_unit()
129 if (dwo_path != NULL) in __libdw_find_split_unit()
131 try_split_file (cu, dwo_path); in __libdw_find_split_unit()
132 free (dwo_path); in __libdw_find_split_unit()