Searched refs:elf_sec_hdr_by_idx (Results 1 - 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
H A D | elf.c | 170 static GElf_Shdr *elf_sec_hdr_by_idx(const pelfio_t elf, size_t idx, GElf_Shdr *sheader) in elf_sec_hdr_by_idx() function 229 if(!elf_sec_hdr_by_idx(iter->elf, sym->st_shndx, &ret->sh)) { in elf_sym_iter_next()
|
H A D | libbpf.c | 726 static Elf64_Shdr *elf_sec_hdr_by_idx(const struct bpf_object *obj, size_t idx, Elf64_Shdr *sheader); 2796 sh = elf_sec_hdr_by_idx(obj, idx, &header); 3510 static Elf64_Shdr *elf_sec_hdr_by_idx(const struct bpf_object *obj, size_t idx, Elf64_Shdr *sheader) function 3533 elf_sec_hdr_by_idx(obj, idx, &sh); 3705 sh = elf_sec_hdr_by_idx(obj, i, sh); 3775 elf_sec_hdr_by_idx(obj, i, sh); 3788 sh = elf_sec_hdr_by_idx(obj, i, sh); 4169 sh = elf_sec_hdr_by_idx(obj, obj->efile.symbols_shndx, sh); 7191 shdr = elf_sec_hdr_by_idx(obj, i, &shdrelf);
|
H A D | btf.c | 1087 static Elf64_Shdr *elf_sec_hdr_by_idx(pelfio_t elf, size_t idx, Elf64_Shdr *sheader) in elf_sec_hdr_by_idx() function 1204 if (!elf_sec_hdr_by_idx(elf, i, &sh)) {
|
Completed in 24 milliseconds