Home | History | Annotate | Download | only in libdw

Lines Matching refs:offset

66       /* Now we know the offset of the first offset/name pair.  */
82 /* Get the CU offset. */
121 dwarf_getpubnames (dbg, callback, arg, offset)
125 ptrdiff_t offset;
130 /* Make sure it is a valid offset. */
132 || offset >= dbg->sectiondata[IDX_debug_pubnames]->d_size))
142 if (offset == 0)
145 offset = dbg->pubnames_sets[0].set_start;
150 if (offset >= dbg->pubnames_sets[cnt].set_start)
152 assert (offset < dbg->pubnames_sets[cnt + 1].set_start);
160 unsigned char *readp = startp + offset;
170 /* READP points to the next offset/name pair. */
176 /* If the offset is zero we reached the end of the set. */
180 /* Add the CU offset. */
186 /* We found name and DIE offset. Report it. */
189 /* The user wants us to stop. Return the offset of the