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

  /external/libunwind/src/ia64/
Gscript.c 272 if (r->where == IA64_WHERE_NONE || r->when >= sr->when_target)
403 || sr->curr.reg[r].when >= sr->when_target)
454 if (sr.when_target > sr.curr.reg[IA64_REG_PSP].when
468 if (sr.when_target >= sr.curr.reg[IA64_REG_PRI_UNAT_GR].when
469 || sr.when_target >= sr.curr.reg[IA64_REG_PRI_UNAT_MEM].when)
471 if (sr.when_target < sr.curr.reg[IA64_REG_PRI_UNAT_GR].when)
474 else if (sr.when_target < sr.curr.reg[IA64_REG_PRI_UNAT_MEM].when)
Gparser.c 274 if (sr->when_target < sr->region_start + sr->region_len)
548 if (sr->when_target <= sr->region_start + MIN ((int) t, sr->region_len - 1))
758 when = MIN (sr->when_target, rlen);
776 sr->when_target = orig_sr.when_target;
987 sr->when_target = (3 * ((ip & ~(unw_word_t) 0xf) - c->pi.start_ip) / 16
1014 if (sr->when_target > sr->when_sp_restored)
1033 if (sr->curr.reg[IA64_REG_IP].when >= sr->when_target)
1040 if (sr->when_target > sr->curr.reg[IA64_REG_BSP].when
1041 && sr->when_target > sr->curr.reg[IA64_REG_BSPSTORE].whe
    [all...]
unwind_i.h 461 int when_target; member in struct:ia64_state_record

Completed in 135 milliseconds