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