unw_table_entry   849 arch/ia64/kernel/module.c 	struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr;
unw_table_entry   850 arch/ia64/kernel/module.c 	struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start);
unw_table_entry   851 arch/ia64/kernel/module.c 	struct unw_table_entry tmp, *e1, *e2, *core, *init;
unw_table_entry  1500 arch/ia64/kernel/unwind.c static inline const struct unw_table_entry *
unw_table_entry  1503 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *e = NULL;
unw_table_entry  1529 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *e = NULL;
unw_table_entry  2085 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *start = table_start, *end = table_end;
unw_table_entry  2100 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *start = table_start, *end = table_end;
unw_table_entry  2189 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *entry, *start, *end;
unw_table_entry  2207 arch/ia64/kernel/unwind.c 	start = (const struct unw_table_entry *) punw->p_vaddr;
unw_table_entry  2208 arch/ia64/kernel/unwind.c 	end = (struct unw_table_entry *) ((char *) start + punw->p_memsz);
unw_table_entry    56 arch/ia64/kernel/unwind_i.h 	const struct unw_table_entry *array;