Searched refs:elf_sec_hdr (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.c | 482 static int elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr); 2358 if (elf_sec_hdr(obj, elf_sec_by_idx(obj, idx), &sh)) in section_have_execinstr() 2676 static int elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr) in elf_sec_hdr() function 2698 if (elf_sec_hdr(obj, scn, &sh)) in elf_sec_name() 2817 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__elf_collect() 2840 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__elf_collect() 3099 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__collect_externs()
|