HomeSort by relevance Sort by last modified time
    Searched refs:abbrev_code (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdw/
dwarf_haschildren.c 35 unsigned int abbrev_code; local
36 get_uleb128 (abbrev_code, readp);
38 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
dwarf_child.c 36 unsigned int abbrev_code; local
37 get_uleb128 (abbrev_code, readp);
43 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);

Completed in 692 milliseconds