Home
last modified time | relevance | path

Searched refs:unwind_section (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dmodule.h21 int unwind_section; member
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c300 me->arch.unwind_section = i; in module_frob_arch_sections()
820 if (!me->arch.unwind_section) in register_unwind_table()
823 table = (unsigned char *)sechdrs[me->arch.unwind_section].sh_addr; in register_unwind_table()
824 end = table + sechdrs[me->arch.unwind_section].sh_size; in register_unwind_table()
828 me->arch.unwind_section, table, end, gp); in register_unwind_table()