Home
last modified time | relevance | path

Searched refs:dwo_name (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/libdw/
H A Dlibdw_find_split_unit.c96 /* We need a skeleton unit with a comp_dir and [GNU_]dwo_name attributes. in __libdw_find_split_unit()
102 Dwarf_Attribute dwo_name; in __libdw_find_split_unit() local
103 /* It is fine if dwo_dir doesn't exists, but then dwo_name needs in __libdw_find_split_unit()
105 if (dwarf_attr (&cudie, DW_AT_dwo_name, &dwo_name) != NULL in __libdw_find_split_unit()
106 || dwarf_attr (&cudie, DW_AT_GNU_dwo_name, &dwo_name) != NULL) in __libdw_find_split_unit()
110 const char *dwo_file = dwarf_formstring (&dwo_name); in __libdw_find_split_unit()
121 /* Try compdir plus dwo_name. */ in __libdw_find_split_unit()
/third_party/elfutils/src/
H A Dreadelf.c8125 const char *dwo_name = in print_debug_units() local
8133 dwo_name, unit_id); in print_debug_units()

Completed in 15 milliseconds