Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A 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()
/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c100 size_t strtabidx; member
369 obj->efile.strtabidx = sh.sh_link; in elf_collect()
415 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, in symbols_collect()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c441 size_t strtabidx; member
2621 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off); in elf_sym_str()
2833 obj->efile.strtabidx = sh.sh_link; in bpf_object__elf_collect()
2932 if (!obj->efile.strtabidx || obj->efile.strtabidx > idx) { in bpf_object__elf_collect()