Searched refs:segment_base (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dmodule.h24 const char *segment_base; member in struct:archdata
77 if (!mod_bound(archdata->segment_base, 0, mod)) {
78 printk(KERN_ERR "module_arch_init: archdata->segment_base out of bounds.\n");
86 (unsigned long) archdata->segment_base,
H A Dunwind.h99 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dmodule.h24 const char *segment_base; member in struct:archdata
77 if (!mod_bound(archdata->segment_base, 0, mod)) {
78 printk(KERN_ERR "module_arch_init: archdata->segment_base out of bounds.\n");
86 (unsigned long) archdata->segment_base,
H A Dunwind.h99 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_i.h58 unsigned long segment_base; /* base for offsets in the unwind table entries */ member in struct:unw_table
H A Dunwind.c1469 e = lookup(table, ip - table->segment_base);
1487 sr.when_target = (3*((ip & ~0xfUL) - (table->segment_base + e->start_offset))/16
1489 hdr = *(u64 *) (table->segment_base + e->info_offset);
1490 dp = (u8 *) (table->segment_base + e->info_offset + 8);
1528 table->segment_base + e->start_offset, sr.when_target);
1892 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base,
1898 table->segment_base = segment_base;
1900 table->start = segment_base + start[0].start_offset;
1901 table->end = segment_base
1888 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
1903 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
[all...]

Completed in 56 milliseconds