Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dunwind.c40 extern struct unwind_table_entry __start___unwind[];
41 extern struct unwind_table_entry __stop___unwind[];
52 static inline const struct unwind_table_entry *
55 const struct unwind_table_entry *e = NULL; in find_unwind_entry_in_table()
75 static const struct unwind_table_entry *
79 const struct unwind_table_entry *e = NULL; in find_unwind_entry()
109 struct unwind_table_entry *start = table_start; in unwind_table_init()
110 struct unwind_table_entry *end = in unwind_table_init()
111 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
118 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()
[all …]
/linux/arch/parisc/include/asm/
H A Dunwind.h11 struct unwind_table_entry { struct
54 const struct unwind_table_entry *table; argument