Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_rtld.c196 uint32_t strtabidx = shdr->sh_link; in read_private_lds_symbols() local
217 s.name = elf_strptr(part->elf, strtabidx, symbol->st_name); in read_private_lds_symbols()
635 uint32_t strtabidx = symbols_shdr->sh_link; in apply_relocs() local
669 const char *symbol_name = elf_strptr(part->elf, strtabidx, sym->st_name); in apply_relocs()
/third_party/libbpf/src/
Dlibbpf.c639 size_t strtabidx; member
3313 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off);
3645 obj->efile.strtabidx = sh->sh_link;
3653 psection_t psection = elfio_get_section_by_index(elf, obj->efile.strtabidx);
3833 if (!obj->efile.strtabidx || obj->efile.strtabidx > idx) {
10997 size_t nr_syms, strtabidx, idx; local
11025 strtabidx = sh.sh_link;
11027 strtabidx = elfio_section_get_link(pSec);
11070 sname = elf_strptr(elf, strtabidx, sym.st_name);