Searched refs:orc_entry (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/objtool/include/objtool/
H 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);
/linux-master/arch/x86/include/asm/
H A Dmodule.h12 struct orc_entry *orc_unwind;
H A Dorc_types.h59 struct orc_entry { struct
/linux-master/arch/loongarch/include/asm/
H A Dorc_types.h46 struct orc_entry { struct
H A Dmodule.h28 struct orc_entry *orc_unwind;
/linux-master/tools/arch/loongarch/include/asm/
H A Dorc_types.h46 struct orc_entry { struct
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c22 extern struct orc_entry __start_orc_unwind[];
23 extern struct orc_entry __stop_orc_unwind[];
29 static struct orc_entry orc_fp_entry = {
46 static struct orc_entry orc_null_entry = {
58 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table,
88 static struct orc_entry *orc_module_find(unsigned long ip)
99 static struct orc_entry *orc_module_find(unsigned long ip)
106 static struct orc_entry *orc_find(unsigned long ip);
118 static struct orc_entry *orc_ftrace_fin
[all...]
/linux-master/tools/objtool/
H A Dorc_gen.c19 struct orc_entry orc;
24 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc,
56 struct orc_entry null = { .type = ORC_TYPE_UNDEFINED };
61 struct orc_entry orc, prev_orc = {0};
130 sizeof(struct orc_entry), nr);
H A Dorc_dump.c16 struct orc_entry *orc = NULL;
/linux-master/tools/arch/x86/include/asm/
H A Dorc_types.h59 struct orc_entry { struct
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c31 extern struct orc_entry __start_orc_unwind[];
32 extern struct orc_entry __stop_orc_unwind[];
83 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table,
113 static struct orc_entry *orc_module_find(unsigned long ip)
124 static struct orc_entry *orc_module_find(unsigned long ip)
131 static struct orc_entry *orc_find(unsigned long ip);
143 static struct orc_entry *orc_ftrace_find(unsigned long ip)
169 static struct orc_entry *orc_ftrace_find(unsigned long ip)
182 static struct orc_entry null_orc_entr
[all...]
/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c10 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn)
104 struct orc_entry *o)
106 struct orc_entry *orc;
109 orc = (struct orc_entry *)orc_sec->data->d_buf + idx;
157 void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i)
/linux-master/tools/objtool/arch/x86/
H A Dorc.c10 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn)
103 struct orc_entry *o)
105 struct orc_entry *orc;
108 orc = (struct orc_entry *)orc_sec->data->d_buf + idx;
177 void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i)
/linux-master/scripts/
H A Dsorttable.h102 struct orc_entry *g_orc_table;
113 struct orc_entry *orc_a;
139 struct orc_entry *tmp_orc_table = NULL;
142 unsigned int orc_size = num_entries * sizeof(struct orc_entry);
158 tmp_orc_table = (struct orc_entry *)malloc(orc_size);
347 g_orc_table = (struct orc_entry *)((void *)ehdr +
362 orc_size % sizeof(struct orc_entry) != 0 ||
363 orc_num_entries != orc_size / sizeof(struct orc_entry)) {

Completed in 130 milliseconds