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

/linux-master/arch/powerpc/include/asm/
H A Dmodule.h31 unsigned int got_section; /* What section is the GOT? */ member in struct:mod_arch_specific
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c418 me->arch.got_section = i;
446 if (!me->arch.got_section) {
452 sechdrs[me->arch.got_section].sh_size = get_got_size(hdr, sechdrs, me);
706 num_got = sechdrs[me->arch.got_section].sh_size / sizeof(*got);
709 got = (void *)sechdrs[me->arch.got_section].sh_addr;

Completed in 94 milliseconds