Searched refs:strtabidx (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | elf.c | 134 iter->strtabidx = elfio_section_get_link(pSec); in elf_sym_iter_new() 206 name = elf_strptr(iter->elf, iter->strtabidx, sym->st_name); in elf_sym_iter_next() 221 psection_t psection = elfio_get_section_by_index(iter->elf, iter->strtabidx); in elf_sym_iter_next()
|
H A D | libbpf_internal.h | 539 size_t strtabidx; member
|
H A D | libbpf.c | 646 size_t strtabidx; member 3407 name = elf_strptr(obj->efile.elf, obj->efile.strtabidx, off); 3739 obj->efile.strtabidx = sh->sh_link; 3747 psection_t psection = elfio_get_section_by_index(elf, obj->efile.strtabidx); 3927 if (!obj->efile.strtabidx || obj->efile.strtabidx > idx) {
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.c | 196 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()
|
Completed in 21 milliseconds