Home | History | Annotate | Download | only in libdw

Lines Matching refs:offset

1 /* Get abbreviation at given offset.
62 __libdw_getabbrev (dbg, cu, offset, lengthp, result)
65 Dwarf_Off offset;
73 if (offset >= dbg->sectiondata[IDX_debug_abbrev]->d_size)
80 = (unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf + offset;
121 assert (abb->offset == offset);
135 abb->offset = offset;
162 dwarf_getabbrev (die, offset, lengthp)
164 Dwarf_Off offset;
168 die->cu->orig_abbrev_offset + offset, lengthp,