Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_haschildren.c35 unsigned int abbrev_code; local
36 get_uleb128 (abbrev_code, readp);
38 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
Ddwarf_child.c36 unsigned int abbrev_code; in __libdw_find_attr() local
37 get_uleb128 (abbrev_code, readp); in __libdw_find_attr()
43 abbrevp = __libdw_findabbrev (die->cu, abbrev_code); in __libdw_find_attr()