Searched refs:elf_sec_hdr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/lib/bpf/ |
| D | libbpf.c | 526 static int elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr); 2477 if (elf_sec_hdr(obj, elf_sec_by_idx(obj, idx), &sh)) in section_have_execinstr() 2856 static int elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr) in elf_sec_hdr() function 2878 if (elf_sec_hdr(obj, scn, &sh)) in elf_sec_name() 2977 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__elf_collect() 3000 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__elf_collect() 3319 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__collect_externs()
|