Searched refs:abbrev_offset (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrev.c | 174 Dwarf_Off abbrev_offset = cu->orig_abbrev_offset; in dwarf_getabbrev() local 179 if (offset >= data->d_size - abbrev_offset) in dwarf_getabbrev() 185 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 | 403 uint64_t abbrev_offset; member
|
D | dwarf2reader.cc | 117 header_.abbrev_offset; in ReadAbbrevs() 120 const uint64_t abbrev_length = iter->second.second - header_.abbrev_offset; in ReadAbbrevs() 267 header_.abbrev_offset = reader_->ReadOffset(headerptr); in ReadHeader()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 3132 Dwarf_Off abbrev_offset = 0; in get_die_source() local 3136 &version, &abbrev_offset, in get_die_source()
|