Lines Matching refs:valp
43 const unsigned char *valp)
45 const unsigned char *startp = valp;
74 result = *valp + 1;
80 result = read_2ubyte_unaligned (cu->dbg, valp) + 2;
86 result = read_4ubyte_unaligned (cu->dbg, valp) + 4;
91 get_uleb128 (u128, valp, endp);
92 result = u128 + (valp - startp);
97 const unsigned char *endstrp = memchr (valp, '\0',
114 get_uleb128 (u128, valp, endp);
115 result = valp - startp;
121 uleb128 encoding that FORM (which is valp - startp). */
122 get_uleb128 (u128, valp, endp);
123 if (*valp == DW_FORM_indirect || *valp == DW_FORM_implicit_const)
125 result = __libdw_form_val_len (cu, u128, valp);
127 result += valp - startp;