Searched refs:aux_xndxscn (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 929 Elf_Scn **aux_xndxscn __attribute__ ((unused)), in find_aux_sym() argument 1008 if (*aux_xndxscn != NULL) in find_aux_sym() 1013 *aux_xndxscn = scn; in find_aux_sym() 1028 *aux_xndxscn = NULL; in find_aux_sym() 1057 Elf_Scn *aux_symscn = NULL, *aux_xndxscn = NULL; in find_symtab() local 1099 find_aux_sym (mod, &aux_symscn, &aux_xndxscn, &aux_strshndx); in find_symtab() 1252 if (aux_xndxscn == NULL) in find_symtab() 1256 shdr = gelf_getshdr (aux_xndxscn, &shdr_mem); in find_symtab() 1261 if (elf_compress (aux_xndxscn, 0, 0) < 0) in find_symtab() 1264 mod->aux_symxndxdata = elf_getdata (aux_xndxscn, NULL); in find_symtab()
|
D | ChangeLog | 1020 aux_xndxscn, not xndxscn, for aux_symxndxdata.
|