Home
last modified time | relevance | path

Searched refs:strtabidx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/samples/bpf/
Dbpf_load.c400 Elf *elf, Elf_Data *symbols, int strtabidx) in load_elf_maps_section() argument
475 map_name = elf_strptr(elf, strtabidx, sym[i].st_name); in load_elf_maps_section()
510 int fd, i, ret, maps_shndx = -1, strtabidx = -1; in do_load_bpf_file() local
571 strtabidx = shdr.sh_link; in do_load_bpf_file()
585 elf, symbols, strtabidx); in do_load_bpf_file()
/Linux-v5.10/tools/bpf/resolve_btfids/
Dmain.c100 size_t strtabidx; member
364 obj->efile.strtabidx = sh.sh_link; in elf_collect()
410 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, in symbols_collect()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c441 size_t strtabidx; member
2620 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off); in elf_sym_str()
2832 obj->efile.strtabidx = sh.sh_link; in bpf_object__elf_collect()
2931 if (!obj->efile.strtabidx || obj->efile.strtabidx > idx) { in bpf_object__elf_collect()