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

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c1222 Elf_Scn *aux_strscn = elf_getscn (mod->aux_sym.elf, aux_strshndx); local
1223 if (aux_strscn == NULL)
1226 shdr = gelf_getshdr (aux_strscn, &shdr_mem);
1242 elf_compress_gnu (aux_strscn, 0, 0);
1245 if (elf_compress (aux_strscn, 0, 0) < 0)
1248 mod->aux_symstrdata = elf_getdata (aux_strscn, NULL);

Completed in 164 milliseconds