Symbol: orc_entry
arch/loongarch/include/asm/module.h
28
struct orc_entry *orc_unwind;
arch/loongarch/kernel/unwind_orc.c
100
static struct orc_entry *orc_module_find(unsigned long ip)
arch/loongarch/kernel/unwind_orc.c
107
static struct orc_entry *orc_find(unsigned long ip);
arch/loongarch/kernel/unwind_orc.c
119
static struct orc_entry *orc_ftrace_find(unsigned long ip)
arch/loongarch/kernel/unwind_orc.c
145
static struct orc_entry *orc_ftrace_find(unsigned long ip)
arch/loongarch/kernel/unwind_orc.c
151
static struct orc_entry *orc_find(unsigned long ip)
arch/loongarch/kernel/unwind_orc.c
153
static struct orc_entry *orc;
arch/loongarch/kernel/unwind_orc.c
201
static struct orc_entry *cur_orc_table = __start_orc_unwind;
arch/loongarch/kernel/unwind_orc.c
207
struct orc_entry *orc_a, *orc_b;
arch/loongarch/kernel/unwind_orc.c
225
struct orc_entry *orc_a;
arch/loongarch/kernel/unwind_orc.c
23
extern struct orc_entry __start_orc_unwind[];
arch/loongarch/kernel/unwind_orc.c
24
extern struct orc_entry __stop_orc_unwind[];
arch/loongarch/kernel/unwind_orc.c
247
struct orc_entry *orc = _orc;
arch/loongarch/kernel/unwind_orc.c
277
struct orc_entry *orc;
arch/loongarch/kernel/unwind_orc.c
280
orc_size % sizeof(struct orc_entry) != 0 ||
arch/loongarch/kernel/unwind_orc.c
281
num_entries != orc_size / sizeof(struct orc_entry)) {
arch/loongarch/kernel/unwind_orc.c
30
static struct orc_entry orc_fp_entry = {
arch/loongarch/kernel/unwind_orc.c
399
struct orc_entry *orc;
arch/loongarch/kernel/unwind_orc.c
47
static struct orc_entry orc_null_entry = {
arch/loongarch/kernel/unwind_orc.c
59
static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table,
arch/loongarch/kernel/unwind_orc.c
89
static struct orc_entry *orc_module_find(unsigned long ip)
arch/x86/include/asm/module.h
19
struct orc_entry *orc_unwind;
arch/x86/kernel/unwind_orc.c
114
static struct orc_entry *orc_module_find(unsigned long ip)
arch/x86/kernel/unwind_orc.c
125
static struct orc_entry *orc_module_find(unsigned long ip)
arch/x86/kernel/unwind_orc.c
132
static struct orc_entry *orc_find(unsigned long ip);
arch/x86/kernel/unwind_orc.c
144
static struct orc_entry *orc_ftrace_find(unsigned long ip)
arch/x86/kernel/unwind_orc.c
170
static struct orc_entry *orc_ftrace_find(unsigned long ip)
arch/x86/kernel/unwind_orc.c
177
static struct orc_entry orc_fp_entry = {
arch/x86/kernel/unwind_orc.c
185
static struct orc_entry *orc_bpf_find(unsigned long ip)
arch/x86/kernel/unwind_orc.c
202
static struct orc_entry null_orc_entry = {
arch/x86/kernel/unwind_orc.c
209
static struct orc_entry *orc_find(unsigned long ip)
arch/x86/kernel/unwind_orc.c
211
static struct orc_entry *orc;
arch/x86/kernel/unwind_orc.c
264
static struct orc_entry *cur_orc_table = __start_orc_unwind;
arch/x86/kernel/unwind_orc.c
268
struct orc_entry *orc_a, *orc_b;
arch/x86/kernel/unwind_orc.c
285
struct orc_entry *orc_a;
arch/x86/kernel/unwind_orc.c
309
struct orc_entry *orc = _orc;
arch/x86/kernel/unwind_orc.c
32
extern struct orc_entry __start_orc_unwind[];
arch/x86/kernel/unwind_orc.c
33
extern struct orc_entry __stop_orc_unwind[];
arch/x86/kernel/unwind_orc.c
338
struct orc_entry *orc;
arch/x86/kernel/unwind_orc.c
342
orc_size % sizeof(struct orc_entry) != 0 ||
arch/x86/kernel/unwind_orc.c
343
num_entries != orc_size / sizeof(struct orc_entry)) {
arch/x86/kernel/unwind_orc.c
488
struct orc_entry *orc;
arch/x86/kernel/unwind_orc.c
84
static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table,
scripts/sorttable.c
129
static struct orc_entry *g_orc_table;
scripts/sorttable.c
140
struct orc_entry *orc_a, *orc_b;
scripts/sorttable.c
169
struct orc_entry *tmp_orc_table = NULL;
scripts/sorttable.c
172
unsigned int orc_size = num_entries * sizeof(struct orc_entry);
scripts/sorttable.c
188
tmp_orc_table = (struct orc_entry *)malloc(orc_size);
scripts/sorttable.c
670
g_orc_table = (struct orc_entry *)((void *)ehdr +
scripts/sorttable.c
685
orc_size % sizeof(struct orc_entry) != 0 ||
scripts/sorttable.c
686
orc_num_entries != orc_size / sizeof(struct orc_entry)) {
tools/objtool/arch/loongarch/orc.c
103
struct orc_entry *o)
tools/objtool/arch/loongarch/orc.c
105
struct orc_entry *orc;
tools/objtool/arch/loongarch/orc.c
108
orc = (struct orc_entry *)orc_sec->data->d_buf + idx;
tools/objtool/arch/loongarch/orc.c
156
void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i)
tools/objtool/arch/loongarch/orc.c
9
int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn)
tools/objtool/arch/x86/orc.c
105
struct orc_entry *o)
tools/objtool/arch/x86/orc.c
107
struct orc_entry *orc;
tools/objtool/arch/x86/orc.c
110
orc = (struct orc_entry *)orc_sec->data->d_buf + idx;
tools/objtool/arch/x86/orc.c
181
void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i)
tools/objtool/arch/x86/orc.c
9
int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn)
tools/objtool/include/objtool/orc.h
12
struct orc_entry *o);
tools/objtool/include/objtool/orc.h
7
int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn);
tools/objtool/include/objtool/orc.h
8
void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i);
tools/objtool/orc_dump.c
15
struct orc_entry *orc = NULL;
tools/objtool/orc_gen.c
129
nr * sizeof(struct orc_entry),
tools/objtool/orc_gen.c
130
sizeof(struct orc_entry),
tools/objtool/orc_gen.c
18
struct orc_entry orc;
tools/objtool/orc_gen.c
23
static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc,
tools/objtool/orc_gen.c
55
struct orc_entry null = { .type = ORC_TYPE_UNDEFINED };
tools/objtool/orc_gen.c
60
struct orc_entry orc, prev_orc = {0};