Lines Matching refs:pc
119 unsigned long pc; member
157 static struct unwind_table *find_table(unsigned long pc) in find_table() argument
162 if ((pc >= table->core.pc in find_table()
163 && pc < table->core.pc + table->core.range) in find_table()
164 || (pc >= table->init.pc in find_table()
165 && pc < table->init.pc + table->init.range)) in find_table()
183 table->core.pc = (unsigned long)core_start; in init_unwind_table()
185 table->init.pc = (unsigned long)init_start; in init_unwind_table()
382 module->name, table->core.pc, table->core.range); in unwind_add_table()
409 table->init.pc = 0; in unlink_table()
433 table->init.pc = 0; in unwind_remove_table()
885 unsigned long pc = UNW_PC(frame) - frame->call_frame; in arc_unwind() local
913 table = find_table(pc); in arc_unwind()
952 if (pc < startLoc) in arc_unwind()
963 && pc >= startLoc) in arc_unwind()
989 if (pc >= endLoc) in arc_unwind()
1023 if (pc >= startLoc && pc < endLoc) in arc_unwind()
1157 if (!processCFI(ptr, end, pc, ptrType, &state) in arc_unwind()