Searched refs:endLoc (Results 1 – 1 of 1) sorted by relevance
903 unsigned long startLoc = 0, endLoc = 0, cfa; in arc_unwind() local1001 endLoc = in arc_unwind()1006 if (pc >= endLoc) { in arc_unwind()1144 || state.loc > endLoc in arc_unwind()1184 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1185 if (STACK_LIMIT(startLoc) != STACK_LIMIT(endLoc)) { in arc_unwind()1187 endLoc = max(STACK_LIMIT(cfa), cfa); in arc_unwind()1281 || addr + sizeof(unsigned long) > endLoc) in arc_unwind()