Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/resolve_btfids/
Dmain.c117 size_t strtabidx; member
389 obj->efile.strtabidx = sh.sh_link; in elf_collect()
434 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, in symbols_collect()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c598 size_t strtabidx; member
3125 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off); in elf_sym_str()
3355 obj->efile.strtabidx = sh->sh_link; in bpf_object__elf_collect()
3467 if (!obj->efile.strtabidx || obj->efile.strtabidx > idx) { in bpf_object__elf_collect()
10553 size_t nr_syms, strtabidx, idx; in elf_find_func_offset() local
10568 strtabidx = sh.sh_link; in elf_find_func_offset()
10590 sname = elf_strptr(elf, strtabidx, sym.st_name); in elf_find_func_offset()