Searched refs:strshndx (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 606 size_t *syments, int *first_global, GElf_Word *strshndx) in load_symtab() argument 622 *strshndx = shdr->sh_link; in load_symtab() 637 *strshndx = shdr->sh_link; in load_symtab() 1067 GElf_Word strshndx, aux_strshndx = 0; in find_symtab() local 1070 &strshndx); in find_symtab() 1090 &mod->first_global, &strshndx); in find_symtab() 1132 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL) in find_symtab() 1148 Elf_Scn *symstrscn = elf_getscn (mod->symfile->elf, strshndx); in find_symtab()
|
/external/elfutils/src/ |
D | strip.c | 2255 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf() local 2289 const char *name = elf_strptr (elf, strshndx, in handle_elf() 2315 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf() local 2351 const char *name = elf_strptr (elf, strshndx, in handle_elf()
|