Searched defs:nrels (Results 1 - 8 of 8) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 628 size_t nrels = shdr->sh_size / sh_entsize; in relocate_section() local
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 313 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() local
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 295 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_load.c | 343 int i, nrels; in parse_relo_and_apply() local
|
/third_party/elfutils/src/ |
H A D | strip.c | 643 size_t nrels = shdr->sh_size / shdr->sh_entsize; in remove_debug_relocations() local 2212 size_t nrels = (info->shdr.sh_size / info->shdr.sh_entsize); in handle_elf() local
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 3512 int err, i, nrels; in bpf_object__collect_prog_relos() local 6491 int i, j, nrels, new_sz; in bpf_object__collect_map_relos() local 8572 int i, nrels; in bpf_object__collect_st_ops_relos() local
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 4242 int err, i, nrels; in bpf_object__collect_prog_relos() local 6603 int i, j, nrels, new_sz; in bpf_object__collect_map_relos() local 9139 int i, nrels; in bpf_object__collect_st_ops_relos() local
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 4633 int err, i, nrels; local 7041 int i, j, nrels, new_sz; local 9595 int i, nrels; local
|
Completed in 52 milliseconds