Searched refs:strshndx (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 230 size_t *syments, GElf_Word *strshndx) in load_symtab() argument 244 *strshndx = shdr->sh_link; in load_symtab() 256 *strshndx = shdr->sh_link; in load_symtab() 504 GElf_Word strshndx = 0; in find_symtab() local 506 &xndxscn, &mod->syments, &strshndx); in find_symtab() 525 &xndxscn, &mod->syments, &strshndx); in find_symtab() 557 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL) in find_symtab() 566 mod->symstrdata = elf_getdata (elf_getscn (mod->symfile->elf, strshndx), in find_symtab()
|
/external/elfutils/src/ |
D | strip.c | 1414 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf() local 1442 const char *name = elf_strptr (elf, strshndx, in handle_elf() 1468 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf() local 1496 const char *name = elf_strptr (elf, strshndx, in handle_elf()
|