Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dmodule.c323 unsigned long gots = 0, fdescs = 0, len; in module_frob_arch_sections() local
349 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections()
376 me->core_layout.size += fdescs * sizeof(Elf_Fdesc); in module_frob_arch_sections()
379 me->arch.fdesc_max = fdescs; in module_frob_arch_sections()
/arch/ia64/kernel/
Dmodule.c424 unsigned long core_plts = 0, init_plts = 0, gots = 0, fdescs = 0; in module_frob_arch_sections() local
457 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections()
479 mod->arch.opd->sh_size = fdescs * sizeof(struct fdesc); in module_frob_arch_sections()