Searched refs:unw_add_unwind_table (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/include/asm/ |
D | unwind.h | 107 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
|
/arch/ia64/kernel/ |
D | module.c | 900 mod->arch.core_unw_table = unw_add_unwind_table(mod->name, 0, mod->arch.gp, in register_unwind_table() 906 mod->arch.init_unw_table = unw_add_unwind_table(mod->name, 0, mod->arch.gp, in register_unwind_table()
|
D | unwind.c | 2096 unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp, in unw_add_unwind_table() function 2210 unw_add_unwind_table("linux-gate.so", segbase, 0, start, end); in create_gate_table()
|