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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dmodule.h28 int unwind_section; member in struct:mod_arch_specific
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dmodule.c273 me->arch.unwind_section = i;
710 if (!me->arch.unwind_section)
713 table = (unsigned char *)sechdrs[me->arch.unwind_section].sh_addr;
714 end = table + sechdrs[me->arch.unwind_section].sh_size;
718 me->arch.unwind_section, table, end, gp);

Completed in 37 milliseconds