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

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c930 GElf_Word *aux_strshndx __attribute__ ((unused)))
1005 *aux_strshndx = shdr->sh_link;
1029 *aux_strshndx = 0;
1058 GElf_Word strshndx, aux_strshndx = 0; local
1099 find_aux_sym (mod, &aux_symscn, &aux_xndxscn, &aux_strshndx);
1210 if (elf_strptr (mod->aux_sym.elf, aux_strshndx, 0) == NULL)
1222 Elf_Scn *aux_strscn = elf_getscn (mod->aux_sym.elf, aux_strshndx);

Completed in 29 milliseconds