Home
last modified time | relevance | path

Searched refs:unw_add_unwind_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dunwind.h108 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c894 mod->arch.core_unw_table = unw_add_unwind_table(mod->name, 0, mod->arch.gp, in register_unwind_table()
900 mod->arch.init_unw_table = unw_add_unwind_table(mod->name, 0, mod->arch.gp, in register_unwind_table()
H A Dunwind.c2097 unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp, in unw_add_unwind_table() function
2211 unw_add_unwind_table("linux-gate.so", segbase, 0, start, end); in create_gate_table()