orc_find
static struct orc_entry *orc_find(unsigned long ip);
return orc_find(tramp_addr);
orc = orc_find(state->pc);
static struct orc_entry *orc_find(unsigned long ip);
return orc_find(tramp_addr);
orc = orc_find(state->signal ? state->ip : state->ip - 1);