core_plt_section   56 arch/powerpc/include/asm/module.h 	unsigned int core_plt_section;
core_plt_section  146 arch/powerpc/kernel/module_32.c 			me->arch.core_plt_section = i;
core_plt_section  148 arch/powerpc/kernel/module_32.c 	if (!me->arch.core_plt_section || !me->arch.init_plt_section) {
core_plt_section  154 arch/powerpc/kernel/module_32.c 	sechdrs[me->arch.core_plt_section].sh_size
core_plt_section  183 arch/powerpc/kernel/module_32.c 		entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr;