Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/tools/lib/bpf/
Dlibbpf.c598 size_t strtabidx; member
3121 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off); in elf_sym_str()
3346 obj->efile.strtabidx = sh->sh_link; in bpf_object__elf_collect()
3458 if (!obj->efile.strtabidx || obj->efile.strtabidx > idx) { in bpf_object__elf_collect()
10541 size_t nr_syms, strtabidx, idx; in elf_find_func_offset() local
10556 strtabidx = sh.sh_link; in elf_find_func_offset()
10578 sname = elf_strptr(elf, strtabidx, sym.st_name); in elf_find_func_offset()