Home
last modified time | relevance | path

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

/linux-4.1.27/samples/bpf/
Dbpf_load.c163 int i, nrels; in parse_relo_and_apply() local
165 nrels = shdr->sh_size / shdr->sh_entsize; in parse_relo_and_apply()
167 for (i = 0; i < nrels; i++) { in parse_relo_and_apply()
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c333 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() local
348 gots += count_gots(rels, nrels); in module_frob_arch_sections()
349 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections()
354 count = count_stubs(rels, nrels); in module_frob_arch_sections()