toc_section 48 arch/powerpc/include/asm/module.h unsigned int toc_section; /* What section is the TOC? */ toc_section 351 arch/powerpc/kernel/module_64.c me->arch.toc_section = i; toc_section 379 arch/powerpc/kernel/module_64.c if (!me->arch.toc_section) toc_section 380 arch/powerpc/kernel/module_64.c me->arch.toc_section = me->arch.stubs_section; toc_section 395 arch/powerpc/kernel/module_64.c return (sechdrs[me->arch.toc_section].sh_addr & ~0xfful) + 0x8000;