Searched refs:abbrev_offset (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrev.c | 166 Dwarf_Off abbrev_offset = cu->orig_abbrev_offset; in dwarf_getabbrev() local 171 if (offset >= data->d_size - abbrev_offset) in dwarf_getabbrev() 177 return __libdw_getabbrev (dbg, cu, abbrev_offset + offset, lengthp, NULL); in dwarf_getabbrev()
|
D | dwarf_nextcu.c | 193 Dwarf_Off abbrev_offset = 0; in INTDEF() local 231 &abbrev_offset, IDX_debug_abbrev, 0)) in INTDEF() 278 *abbrev_offsetp = abbrev_offset; in INTDEF()
|
D | libdw_findcu.c | 111 Dwarf_Off abbrev_offset; in __libdw_intern_next_unit() local 116 &version, &unit_type, &abbrev_offset, in __libdw_intern_next_unit() 159 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset; in __libdw_intern_next_unit()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_test_common.h | 73 TestCompilationUnit &Header(int version, const Label &abbrev_offset, in Header() argument 83 SectionOffset(abbrev_offset); in Header()
|
D | dwarf2reader.h | 257 uint64 abbrev_offset; member
|
D | dwarf2reader.cc | 87 header_.abbrev_offset; in ReadAbbrevs() 90 const uint64 abbrev_length = iter->second.second - header_.abbrev_offset; in ReadAbbrevs() 235 header_.abbrev_offset = reader_->ReadOffset(headerptr); in ReadHeader()
|