Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
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/arch/parisc/kernel/
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-5.10/tools/lib/bpf/
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()