segbase          2190 arch/ia64/kernel/unwind.c 	unsigned long *lp, segbase = GATE_ADDR;
segbase          2211 arch/ia64/kernel/unwind.c 	unw_add_unwind_table("linux-gate.so", segbase, 0, start, end);
segbase          2214 arch/ia64/kernel/unwind.c 		size += 3*8 + 8 + 8*UNW_LENGTH(*(u64 *) (segbase + entry->info_offset));
segbase          2229 arch/ia64/kernel/unwind.c 		info_size = 8 + 8*UNW_LENGTH(*(u64 *) (segbase + entry->info_offset));
segbase          2231 arch/ia64/kernel/unwind.c 		memcpy(info, (char *) segbase + entry->info_offset, info_size);
segbase          2233 arch/ia64/kernel/unwind.c 		lp[0] = segbase + entry->start_offset;		/* start */
segbase          2234 arch/ia64/kernel/unwind.c 		lp[1] = segbase + entry->end_offset;		/* end */
segbase             7 tools/build/feature/test-libunwind-debug-frame-aarch64.c 				 unw_word_t ip, unw_word_t segbase,
segbase             7 tools/build/feature/test-libunwind-debug-frame-arm.c 				 unw_word_t ip, unw_word_t segbase,
segbase             7 tools/build/feature/test-libunwind-debug-frame.c 				 unw_word_t ip, unw_word_t segbase,
segbase            56 tools/perf/util/unwind-libunwind-local.c 				 unw_word_t segbase,
segbase           250 tools/perf/util/unwind-libunwind-local.c 			       u64 offset, u64 *table_data, u64 *segbase,
segbase           267 tools/perf/util/unwind-libunwind-local.c 	*segbase    = offset;
segbase           273 tools/perf/util/unwind-libunwind-local.c 				     u64 *table_data, u64 *segbase,
segbase           292 tools/perf/util/unwind-libunwind-local.c 					  table_data, segbase,
segbase           380 tools/perf/util/unwind-libunwind-local.c 	u64 table_data, segbase, fde_count;
segbase           391 tools/perf/util/unwind-libunwind-local.c 				       &table_data, &segbase, &fde_count)) {
segbase           396 tools/perf/util/unwind-libunwind-local.c 		di.u.rti.segbase    = map->start + segbase - map->pgoff;
segbase           407 tools/perf/util/unwind-libunwind-local.c 	    !read_unwind_spec_debug_frame(map->dso, ui->machine, &segbase)) {