Searched refs:unwind_table_entry (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/parisc/kernel/
H A Dunwind.c34 extern struct unwind_table_entry __start___unwind[];
35 extern struct unwind_table_entry __stop___unwind[];
46 static inline const struct unwind_table_entry * find_unwind_entry_in_table()
49 const struct unwind_table_entry *e = NULL; find_unwind_entry_in_table()
69 static const struct unwind_table_entry * find_unwind_entry()
73 const struct unwind_table_entry *e = NULL; find_unwind_entry()
98 struct unwind_table_entry *start = table_start; unwind_table_init()
99 struct unwind_table_entry *end = unwind_table_init()
100 (struct unwind_table_entry *)table_end - 1; unwind_table_init()
107 table->table = (struct unwind_table_entry *)table_start; unwind_table_init()
124 return ((const struct unwind_table_entry *)a)->region_start cmp_unwind_table_entry()
125 - ((const struct unwind_table_entry *)b)->region_start; cmp_unwind_table_entry()
129 unwind_table_sort(struct unwind_table_entry *start, unwind_table_sort()
130 struct unwind_table_entry *finish) unwind_table_sort()
132 sort(start, finish - start, sizeof(struct unwind_table_entry), unwind_table_sort()
143 struct unwind_table_entry *s = (struct unwind_table_entry *)start; unwind_table_add()
144 struct unwind_table_entry *e = (struct unwind_table_entry *)end; unwind_table_add()
183 (stop - start) / sizeof(struct unwind_table_entry)); unwind_init()
227 const struct unwind_table_entry *e; unwind_frame_regs()
/linux-4.1.27/arch/parisc/include/asm/
H A Dunwind.h7 struct unwind_table_entry { struct
50 const struct unwind_table_entry *table;

Completed in 87 milliseconds