Searched refs:aux_symscn (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 935 Elf_Scn **aux_symscn __attribute__ ((unused)), in find_aux_sym() argument 1013 *aux_symscn = scn; 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() 1117 if (aux_symscn != NULL) in find_symtab() 1215 if (aux_symscn != NULL) in find_symtab() 1279 shdr = gelf_getshdr (aux_symscn, &shdr_mem); in find_symtab() 1284 if (elf_compress (aux_symscn, 0, 0) < 0) in find_symtab() 1287 mod->aux_symdata = elf_getdata (aux_symscn, NULL); in find_symtab() 1292 shdr = gelf_getshdr (aux_symscn, &shdr_mem); in find_symtab()
|