Lines Matching refs:segment_base
1578 e = lookup(table, ip - table->segment_base); in build_script()
1597 sr.when_target = (3*((ip & ~0xfUL) - (table->segment_base + e->start_offset))/16 in build_script()
1599 hdr = *(u64 *) (table->segment_base + e->info_offset); in build_script()
1600 dp = (u8 *) (table->segment_base + e->info_offset + 8); in build_script()
1641 __func__, table->segment_base + e->start_offset, sr.when_target); in build_script()
2081 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base, in init_unwind_table() argument
2087 table->segment_base = segment_base; in init_unwind_table()
2089 table->start = segment_base + start[0].start_offset; in init_unwind_table()
2090 table->end = segment_base + end[-1].end_offset; in init_unwind_table()
2096 unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp, in unw_add_unwind_table() argument
2113 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table()