Searched refs:elf_sec_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 479 static const char *elf_sec_str(const struct bpf_object *obj, size_t off); 2631 static const char *elf_sec_str(const struct bpf_object *obj, size_t off) in elf_sec_str() function 2702 name = elf_sec_str(obj, sh.sh_name); in elf_sec_name() 2844 name = elf_sec_str(obj, sh.sh_name); in bpf_object__elf_collect() 3518 relo_sec_name = elf_sec_str(obj, shdr->sh_name); in bpf_object__collect_prog_relos()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 691 static const char *elf_sec_str(const struct bpf_object *obj, size_t off); 3215 static const char *elf_sec_str(const struct bpf_object *obj, size_t off) in elf_sec_str() function 3290 name = elf_sec_str(obj, sh->sh_name); in elf_sec_name() 3454 name = elf_sec_str(obj, sh->sh_name); in bpf_object__elf_collect() 4258 relo_sec_name = elf_sec_str(obj, shdr->sh_name); in bpf_object__collect_prog_relos()
|
Completed in 31 milliseconds