Home | History | Annotate | Download | only in libdw

Lines Matching defs:startp

150   const unsigned char *startp = readp;
255 .header_len = readp - startp,
269 const unsigned char *startp,
280 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
316 const unsigned char *const startp = d->d_buf + macoff;
320 startp, endp, cudie);
328 assert (offset < endp - startp);
329 const unsigned char *readp = startp + offset;
362 .startp = (void *) startp + offset,
413 return readp - startp;