Home
last modified time | relevance | path

Searched refs:nrels (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dmodule.c313 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() local
328 gots += count_gots(rels, nrels); in module_frob_arch_sections()
329 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections()
334 count = count_stubs(rels, nrels); in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dmodule.c295 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() local
310 gots += count_gots(rels, nrels); in module_frob_arch_sections()
311 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections()
316 count = count_stubs(rels, nrels); in module_frob_arch_sections()
/kernel/linux/linux-5.10/samples/bpf/
H A Dbpf_load.c343 int i, nrels; in parse_relo_and_apply() local
345 nrels = shdr->sh_size / shdr->sh_entsize; in parse_relo_and_apply()
347 for (i = 0; i < nrels; i++) { in parse_relo_and_apply()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c3512 int err, i, nrels; in bpf_object__collect_prog_relos() local
3525 nrels = shdr->sh_size / shdr->sh_entsize; in bpf_object__collect_prog_relos()
3527 for (i = 0; i < nrels; i++) { in bpf_object__collect_prog_relos()
6491 int i, j, nrels, new_sz; in bpf_object__collect_map_relos() local
6510 nrels = shdr->sh_size / shdr->sh_entsize; in bpf_object__collect_map_relos()
6511 for (i = 0; i < nrels; i++) { in bpf_object__collect_map_relos()
8572 int i, nrels; in bpf_object__collect_st_ops_relos() local
8576 nrels = shdr->sh_size / shdr->sh_entsize; in bpf_object__collect_st_ops_relos()
8577 for (i = 0; i < nrels; i++) { in bpf_object__collect_st_ops_relos()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c4242 int err, i, nrels; in bpf_object__collect_prog_relos() local
4265 nrels = shdr->sh_size / shdr->sh_entsize; in bpf_object__collect_prog_relos()
4267 for (i = 0; i < nrels; i++) { in bpf_object__collect_prog_relos()
6603 int i, j, nrels, new_sz; in bpf_object__collect_map_relos() local
6622 nrels = shdr->sh_size / shdr->sh_entsize; in bpf_object__collect_map_relos()
6623 for (i = 0; i < nrels; i++) { in bpf_object__collect_map_relos()
9139 int i, nrels; in bpf_object__collect_st_ops_relos() local
9142 nrels = shdr->sh_size / shdr->sh_entsize; in bpf_object__collect_st_ops_relos()
9143 for (i = 0; i < nrels; i++) { in bpf_object__collect_st_ops_relos()

Completed in 33 milliseconds