HomeSort by relevance Sort by last modified time
    Searched refs:VAL_LOC_COPY (Results 1 - 2 of 2) sorted by null

  /external/ltrace/
value.c 85 if (val->where == VAL_LOC_COPY) {
109 valp->where = VAL_LOC_COPY;
145 nloc = VAL_LOC_COPY;
149 if (nloc == VAL_LOC_COPY)
155 if (nloc == VAL_LOC_COPY)
177 case VAL_LOC_COPY:
201 if (val->where == VAL_LOC_COPY) {
266 case VAL_LOC_COPY:
value.h 42 VAL_LOC_COPY, /* Value was copied out of the inferior. */
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 139 milliseconds