Searched refs:init_orc_entry (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/objtool/ |
D | orc_gen.c | 73 if (init_orc_entry(&orc, insn->cfi, insn)) in orc_create() 98 if (init_orc_entry(&orc, cfi, insn)) in orc_create()
|
/linux-6.14.4/tools/objtool/include/objtool/ |
D | orc.h | 7 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn);
|
/linux-6.14.4/tools/objtool/arch/loongarch/ |
D | orc.c | 10 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn) in init_orc_entry() function
|
/linux-6.14.4/tools/objtool/arch/x86/ |
D | orc.c | 10 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn) in init_orc_entry() function
|