Home
last modified time | relevance | path

Searched refs:symstrscn (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c1148 Elf_Scn *symstrscn = elf_getscn (mod->symfile->elf, strshndx); in find_symtab() local
1149 if (symstrscn == NULL) in find_symtab()
1153 GElf_Shdr *shdr = gelf_getshdr (symstrscn, &shdr_mem); in find_symtab()
1168 elf_compress_gnu (symstrscn, 0, 0); in find_symtab()
1171 if (elf_compress (symstrscn, 0, 0) < 0) in find_symtab()
1174 mod->symstrdata = elf_getdata (symstrscn, NULL); in find_symtab()