unwind_table_entry   54 arch/parisc/include/asm/unwind.h 	const struct unwind_table_entry *table;
unwind_table_entry   34 arch/parisc/kernel/unwind.c extern struct unwind_table_entry __start___unwind[];
unwind_table_entry   35 arch/parisc/kernel/unwind.c extern struct unwind_table_entry __stop___unwind[];
unwind_table_entry   46 arch/parisc/kernel/unwind.c static inline const struct unwind_table_entry *
unwind_table_entry   49 arch/parisc/kernel/unwind.c 	const struct unwind_table_entry *e = NULL;
unwind_table_entry   69 arch/parisc/kernel/unwind.c static const struct unwind_table_entry *
unwind_table_entry   73 arch/parisc/kernel/unwind.c 	const struct unwind_table_entry *e = NULL;
unwind_table_entry  103 arch/parisc/kernel/unwind.c 	struct unwind_table_entry *start = table_start;
unwind_table_entry  104 arch/parisc/kernel/unwind.c 	struct unwind_table_entry *end = 
unwind_table_entry  105 arch/parisc/kernel/unwind.c 		(struct unwind_table_entry *)table_end - 1;
unwind_table_entry  112 arch/parisc/kernel/unwind.c 	table->table = (struct unwind_table_entry *)table_start;
unwind_table_entry  130 arch/parisc/kernel/unwind.c 	return ((const struct unwind_table_entry *)a)->region_start
unwind_table_entry  131 arch/parisc/kernel/unwind.c 	     - ((const struct unwind_table_entry *)b)->region_start;
unwind_table_entry  135 arch/parisc/kernel/unwind.c unwind_table_sort(struct unwind_table_entry *start,
unwind_table_entry  136 arch/parisc/kernel/unwind.c 		  struct unwind_table_entry *finish)
unwind_table_entry  138 arch/parisc/kernel/unwind.c 	sort(start, finish - start, sizeof(struct unwind_table_entry),
unwind_table_entry  149 arch/parisc/kernel/unwind.c 	struct unwind_table_entry *s = (struct unwind_table_entry *)start;
unwind_table_entry  150 arch/parisc/kernel/unwind.c 	struct unwind_table_entry *e = (struct unwind_table_entry *)end;
unwind_table_entry  187 arch/parisc/kernel/unwind.c 	    (stop - start) / sizeof(struct unwind_table_entry));
unwind_table_entry  268 arch/parisc/kernel/unwind.c 	const struct unwind_table_entry *e;