Lines Matching refs:offset
1 /* Get abbreviation at given offset.
26 __libdw_getabbrev (dbg, cu, offset, lengthp, result)
29 Dwarf_Off offset;
38 = (unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf + offset;
78 assert (abb->offset == offset);
92 abb->offset = offset;
119 dwarf_getabbrev (die, offset, lengthp)
121 Dwarf_Off offset;
125 die->cu->orig_abbrev_offset + offset, lengthp,