Searched defs:VAL_LOC_COPY (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dvalue.h42 VAL_LOC_COPY, /* Value was copied out of the inferior. */ enumerator in enum:value_location_t
43 VAL_LOC_SHARED, /* Like VAL_LOC_COPY, but don't free. */
44 VAL_LOC_WORD, /* Like VAL_LOC_COPY, but small enough. */
53 void *address; /* VAL_LOC_COPY, VAL_LOC_SHARED */

Completed in 774 milliseconds