Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmodule-plts.c283 unsigned long core_plts = 0; in module_frob_arch_sections() local
339 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
350 pltsec->sh_size = (core_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
352 mod->arch.core.plt_max_entries = core_plts; in module_frob_arch_sections()