Searched refs:elf_sec_hdr (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 482 static int elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr); 2359 if (elf_sec_hdr(obj, elf_sec_by_idx(obj, idx), &sh)) in section_have_execinstr() 2677 static int elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr) in elf_sec_hdr() function 2699 if (elf_sec_hdr(obj, scn, &sh)) in elf_sec_name() 2818 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__elf_collect() 2841 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__elf_collect() 3100 if (elf_sec_hdr(obj, scn, &sh)) in bpf_object__collect_externs()
|