Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c1230 Elf_Scn *aux_strscn = elf_getscn (mod->aux_sym.elf, aux_strshndx); in find_symtab() local
1231 if (aux_strscn == NULL) in find_symtab()
1234 shdr = gelf_getshdr (aux_strscn, &shdr_mem); in find_symtab()
1250 elf_compress_gnu (aux_strscn, 0, 0); in find_symtab()
1253 if (elf_compress (aux_strscn, 0, 0) < 0) in find_symtab()
1256 mod->aux_symstrdata = elf_getdata (aux_strscn, NULL); in find_symtab()

Completed in 3 milliseconds