Home | History | Annotate | Download | only in ltrace

Lines Matching full:valp

71  * NULL.  VALP is initialized as a detached value, without assigned
88 /* Release the data held by VALP, if any, but not the type. */
89 void value_release(struct value *valp);
92 void value_in_inferior(struct value *valp, arch_addr_t address);
99 /* Set the data held by VALP to VALUE. This also sets the value's
101 void value_set_word(struct value *valp, long value);
103 /* Set the data held by VALP to a buffer of size SIZE. This buffer
105 unsigned char *value_reserve(struct value *valp, size_t size);
107 /* Access ELEMENT-th field of the compound value VALP, and store the
110 int value_init_element(struct value *ret_val, struct value *valp, size_t element);
114 int value_init_deref(struct value *ret_val, struct value *valp);