Symbol: unwind_table_entry
arch/parisc/include/asm/unwind.h
54
const struct unwind_table_entry *table;
arch/parisc/kernel/unwind.c
109
struct unwind_table_entry *start = table_start;
arch/parisc/kernel/unwind.c
110
struct unwind_table_entry *end =
arch/parisc/kernel/unwind.c
111
(struct unwind_table_entry *)table_end - 1;
arch/parisc/kernel/unwind.c
118
table->table = (struct unwind_table_entry *)table_start;
arch/parisc/kernel/unwind.c
136
return ((const struct unwind_table_entry *)a)->region_start
arch/parisc/kernel/unwind.c
137
- ((const struct unwind_table_entry *)b)->region_start;
arch/parisc/kernel/unwind.c
141
unwind_table_sort(struct unwind_table_entry *start,
arch/parisc/kernel/unwind.c
142
struct unwind_table_entry *finish)
arch/parisc/kernel/unwind.c
144
sort(start, finish - start, sizeof(struct unwind_table_entry),
arch/parisc/kernel/unwind.c
155
struct unwind_table_entry *s = (struct unwind_table_entry *)start;
arch/parisc/kernel/unwind.c
156
struct unwind_table_entry *e = (struct unwind_table_entry *)end;
arch/parisc/kernel/unwind.c
193
(stop - start) / sizeof(struct unwind_table_entry));
arch/parisc/kernel/unwind.c
281
const struct unwind_table_entry *e;
arch/parisc/kernel/unwind.c
40
extern struct unwind_table_entry __start___unwind[];
arch/parisc/kernel/unwind.c
41
extern struct unwind_table_entry __stop___unwind[];
arch/parisc/kernel/unwind.c
52
static inline const struct unwind_table_entry *
arch/parisc/kernel/unwind.c
55
const struct unwind_table_entry *e = NULL;
arch/parisc/kernel/unwind.c
75
static const struct unwind_table_entry *
arch/parisc/kernel/unwind.c
79
const struct unwind_table_entry *e = NULL;