Lines Matching refs:valp
43 const unsigned char *valp) in __libdw_form_val_compute_len() argument
45 const unsigned char *startp = valp; in __libdw_form_val_compute_len()
72 result = *valp + 1; in __libdw_form_val_compute_len()
78 result = read_2ubyte_unaligned (cu->dbg, valp) + 2; in __libdw_form_val_compute_len()
84 result = read_4ubyte_unaligned (cu->dbg, valp) + 4; in __libdw_form_val_compute_len()
89 get_uleb128 (u128, valp, endp); in __libdw_form_val_compute_len()
90 result = u128 + (valp - startp); in __libdw_form_val_compute_len()
95 const unsigned char *endstrp = memchr (valp, '\0', in __libdw_form_val_compute_len()
106 get_uleb128 (u128, valp, endp); in __libdw_form_val_compute_len()
107 result = valp - startp; in __libdw_form_val_compute_len()
111 get_uleb128 (u128, valp, endp); in __libdw_form_val_compute_len()
113 result = __libdw_form_val_len (cu, u128, valp); in __libdw_form_val_compute_len()
115 result += valp - startp; in __libdw_form_val_compute_len()