Searched refs:abbrev_offset (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_nextcu.c126 uint64_t abbrev_offset; local
128 &abbrev_offset, IDX_debug_abbrev, 0))
160 *abbrev_offsetp = abbrev_offset;
H A Dlibdw_findcu.c76 Dwarf_Off abbrev_offset; local
81 &version, &abbrev_offset,
113 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_test_common.h73 TestCompilationUnit &Header(int version, const Label &abbrev_offset, argument
83 SectionOffset(abbrev_offset);
H A Ddwarf2reader.h257 uint64 abbrev_offset; member in struct:dwarf2reader::CompilationUnit::CompilationUnitHeader
H A Ddwarf2reader.cc87 header_.abbrev_offset;
90 const uint64 abbrev_length = iter->second.second - header_.abbrev_offset;
235 header_.abbrev_offset = reader_->ReadOffset(headerptr);

Completed in 237 milliseconds