Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c1147 Elf_Scn *symstrscn = elf_getscn (mod->symfile->elf, strshndx); in find_symtab() local
1148 if (symstrscn == NULL) in find_symtab()
1152 GElf_Shdr *shdr = gelf_getshdr (symstrscn, &shdr_mem); in find_symtab()
1167 elf_compress_gnu (symstrscn, 0, 0); in find_symtab()
1170 if (elf_compress (symstrscn, 0, 0) < 0) in find_symtab()
1173 mod->symstrdata = elf_getdata (symstrscn, NULL); in find_symtab()

Completed in 2 milliseconds