Searched refs:symbols_shndx (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c124 int symbols_shndx; member in struct:object::__anon3116
406 obj->efile.symbols_shndx = idx;
428 scn = elf_getscn(obj->efile.elf, obj->efile.symbols_shndx);
769 .symbols_shndx = -1,
803 obj.efile.symbols_shndx == -1) {
/linux-master/tools/lib/bpf/
H A Dlibbpf.c641 int symbols_shndx; member in struct:elf_state
2255 ".kconfig", obj->efile.symbols_shndx,
3755 obj->efile.symbols_shndx = idx;
4114 scn = elf_sec_by_idx(obj, obj->efile.symbols_shndx);
4361 if (shndx == obj->efile.symbols_shndx)

Completed in 203 milliseconds