Searched refs:strshndx (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 599 size_t *syments, int *first_global, GElf_Word *strshndx) in load_symtab() argument 615 *strshndx = shdr->sh_link; in load_symtab() 630 *strshndx = shdr->sh_link; in load_symtab() 1058 GElf_Word strshndx, aux_strshndx = 0; in find_symtab() local 1061 &strshndx); in find_symtab() 1081 &mod->first_global, &strshndx); in find_symtab() 1123 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL) in find_symtab() 1139 Elf_Scn *symstrscn = elf_getscn (mod->symfile->elf, strshndx); in find_symtab()
|
/external/elfutils/src/ |
D | strip.c | 1567 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf() local 1601 const char *name = elf_strptr (elf, strshndx, in handle_elf() 1627 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf() local 1663 const char *name = elf_strptr (elf, strshndx, in handle_elf()
|