Home
last modified time | relevance | path

Searched refs:aux_symscn (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c928 Elf_Scn **aux_symscn __attribute__ ((unused)), in find_aux_sym() argument
1004 *aux_symscn = scn; 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()
1108 if (aux_symscn != NULL) in find_symtab()
1206 if (aux_symscn != NULL) in find_symtab()
1270 shdr = gelf_getshdr (aux_symscn, &shdr_mem); in find_symtab()
1275 if (elf_compress (aux_symscn, 0, 0) < 0) in find_symtab()
1278 mod->aux_symdata = elf_getdata (aux_symscn, NULL); in find_symtab()
1283 shdr = gelf_getshdr (aux_symscn, &shdr_mem); in find_symtab()