Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
A Dmodule.h21 int unwind_section; member
/arch/parisc/kernel/
A Dmodule.c288 me->arch.unwind_section = i; in module_frob_arch_sections()
808 if (!me->arch.unwind_section) in register_unwind_table()
811 table = (unsigned char *)sechdrs[me->arch.unwind_section].sh_addr; in register_unwind_table()
812 end = table + sechdrs[me->arch.unwind_section].sh_size; in register_unwind_table()
816 me->arch.unwind_section, table, end, gp); in register_unwind_table()

Completed in 5 milliseconds