Searched refs:abbrev_code (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_haschildren.c71 unsigned int abbrev_code; local
72 get_uleb128 (abbrev_code, readp);
74 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
H A Ddwarf_child.c72 unsigned int abbrev_code; local
73 get_uleb128 (abbrev_code, readp);
79 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp2271 const uint64_t abbrev_code = dwarf2Data->get_debug_info_data().GetULEB128 (&offset);
2273 if (abbrev_decl->Code() == abbrev_code)
2279 (uint32_t)abbrev_code);

Completed in 120 milliseconds