Lines Matching refs:pnext
193 Dwarf_Small *pnext = 0; in dwarf_get_macro_details() local
245 pnext = macro_base + macro_offset; in dwarf_get_macro_details()
253 endloc = (pnext - macro_base); in dwarf_get_macro_details()
268 uc = *pnext; in dwarf_get_macro_details()
269 ++pnext; /* get past the type code */ in dwarf_get_macro_details()
276 (void) _dwarf_decode_u_leb128(pnext, &len); in dwarf_get_macro_details()
278 pnext += len; in dwarf_get_macro_details()
279 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
285 slen = strlen((char *) pnext) + 1; in dwarf_get_macro_details()
286 pnext += slen; in dwarf_get_macro_details()
287 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
297 (void) _dwarf_decode_u_leb128(pnext, &len); in dwarf_get_macro_details()
298 pnext += len; in dwarf_get_macro_details()
299 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
305 (void) _dwarf_decode_u_leb128(pnext, &len); in dwarf_get_macro_details()
306 pnext += len; in dwarf_get_macro_details()
307 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
333 endloc = (pnext - macro_base); in dwarf_get_macro_details()
363 pnext = macro_base + macro_offset; in dwarf_get_macro_details()
376 endloc = (pnext - macro_base); in dwarf_get_macro_details()
382 uc = *pnext; in dwarf_get_macro_details()
383 pdmd->dmd_offset = (pnext - macro_base); in dwarf_get_macro_details()
388 ++pnext; /* get past the type code */ in dwarf_get_macro_details()
395 v1 = _dwarf_decode_u_leb128(pnext, &len); in dwarf_get_macro_details()
398 pnext += len; in dwarf_get_macro_details()
399 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
406 slen = strlen((char *) pnext) + 1; in dwarf_get_macro_details()
407 strcpy((char *) latest_str_loc, (char *) pnext); in dwarf_get_macro_details()
410 pnext += slen; in dwarf_get_macro_details()
411 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
421 v1 = _dwarf_decode_u_leb128(pnext, &len); in dwarf_get_macro_details()
423 pnext += len; in dwarf_get_macro_details()
424 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
431 v1 = _dwarf_decode_u_leb128(pnext, &len); in dwarf_get_macro_details()
438 pnext += len; in dwarf_get_macro_details()
439 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()