Lines Matching refs:orc
19 struct orc_entry orc; member
24 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc, in orc_list_add() argument
34 entry->orc = *orc; in orc_list_add()
61 struct orc_entry orc, prev_orc = {0}; in orc_create() local
73 if (init_orc_entry(&orc, insn->cfi, insn)) in orc_create()
75 if (!memcmp(&prev_orc, &orc, sizeof(orc))) in orc_create()
77 if (orc_list_add(&orc_list, &orc, sec, in orc_create()
81 prev_orc = orc; in orc_create()
98 if (init_orc_entry(&orc, cfi, insn)) in orc_create()
100 if (!memcmp(&prev_orc, &orc, sizeof(orc))) in orc_create()
102 if (orc_list_add(&orc_list, &orc, insn->sec, in orc_create()
106 prev_orc = orc; in orc_create()
142 &entry->orc)) in orc_create()