Searched refs:aux_xndxscn (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 936 Elf_Scn **aux_xndxscn __attribute__ ((unused)), in find_aux_sym() argument 1017 if (*aux_xndxscn != NULL) in find_aux_sym() 1022 *aux_xndxscn = scn; in find_aux_sym() 1037 *aux_xndxscn = NULL; in find_aux_sym() 1066 Elf_Scn *aux_symscn = NULL, *aux_xndxscn = NULL; in find_symtab() local 1108 find_aux_sym (mod, &aux_symscn, &aux_xndxscn, &aux_strshndx); in find_symtab() 1261 if (aux_xndxscn == NULL) in find_symtab() 1265 shdr = gelf_getshdr (aux_xndxscn, &shdr_mem); in find_symtab() 1270 if (elf_compress (aux_xndxscn, 0, 0) < 0) in find_symtab() 1273 mod->aux_symxndxdata = elf_getdata (aux_xndxscn, NULL); in find_symtab()
|
D | ChangeLog | 1351 aux_xndxscn, not xndxscn, for aux_symxndxdata.
|