Home
last modified time | relevance | path

Searched refs:orc_entry (Results 1 – 7 of 7) sorted by relevance

/tools/objtool/include/objtool/
A Dorc.h7 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn);
8 void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i);
12 struct orc_entry *o);
/tools/objtool/
A Dorc_gen.c19 struct orc_entry orc;
24 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc, in orc_list_add()
56 struct orc_entry null = { .type = ORC_TYPE_UNDEFINED }; in orc_create()
61 struct orc_entry orc, prev_orc = {0}; in orc_create()
130 sizeof(struct orc_entry), nr); in orc_create()
A Dorc_dump.c16 struct orc_entry *orc = NULL; in orc_dump()
/tools/objtool/arch/loongarch/
A Dorc.c10 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn) in init_orc_entry()
104 struct orc_entry *o) in write_orc_entry()
106 struct orc_entry *orc; in write_orc_entry()
109 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
157 void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i) in orc_print_dump()
/tools/objtool/arch/x86/
A Dorc.c10 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn) in init_orc_entry()
103 struct orc_entry *o) in write_orc_entry()
105 struct orc_entry *orc; in write_orc_entry()
108 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
177 void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i) in orc_print_dump()
/tools/arch/loongarch/include/asm/
A Dorc_types.h46 struct orc_entry { struct
/tools/arch/x86/include/asm/
A Dorc_types.h59 struct orc_entry { struct

Completed in 9 milliseconds