Searched refs:VAL_LOC_INFERIOR (Results 1 - 3 of 3) sorted by relevance

/external/ltrace/
H A Dvalue.c121 valp->where = VAL_LOC_INFERIOR;
128 if (val->where != VAL_LOC_INFERIOR)
173 case VAL_LOC_INFERIOR:
277 case VAL_LOC_INFERIOR:
279 ret_val->where = VAL_LOC_INFERIOR;
307 ret_val->where = VAL_LOC_INFERIOR;
H A Dvalue.h41 VAL_LOC_INFERIOR, /* Value is in the inferior process. */ enumerator in enum:value_location_t
54 arch_addr_t inf_address; /* VAL_LOC_INFERIOR */
72 * process. You have to be careful not to use VAL_LOC_INFERIOR
125 * called on a VAL_LOC_INFERIOR value. */
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c420 valuep->where = VAL_LOC_INFERIOR;

Completed in 280 milliseconds