Searched refs:orc_entry (Results 1 – 7 of 7) sorted by relevance
| /tools/objtool/include/objtool/ |
| A D | orc.h | 7 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 D | orc_gen.c | 19 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 D | orc_dump.c | 16 struct orc_entry *orc = NULL; in orc_dump()
|
| /tools/objtool/arch/loongarch/ |
| A D | orc.c | 10 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 D | orc.c | 10 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 D | orc_types.h | 46 struct orc_entry { struct
|
| /tools/arch/x86/include/asm/ |
| A D | orc_types.h | 59 struct orc_entry { struct
|
Completed in 7 milliseconds