Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c934 Elf_Scn **aux_symscn __attribute__ ((unused)), in find_aux_sym()
1012 *aux_symscn = scn; in find_aux_sym()
1065 Elf_Scn *aux_symscn = NULL, *aux_xndxscn = NULL; in find_symtab() local
1107 find_aux_sym (mod, &aux_symscn, &aux_xndxscn, &aux_strshndx); in find_symtab()
1116 if (aux_symscn != NULL) in find_symtab()
1214 if (aux_symscn != NULL) in find_symtab()
1278 shdr = gelf_getshdr (aux_symscn, &shdr_mem); in find_symtab()
1283 if (elf_compress (aux_symscn, 0, 0) < 0) in find_symtab()
1286 mod->aux_symdata = elf_getdata (aux_symscn, NULL); in find_symtab()
1291 shdr = gelf_getshdr (aux_symscn, in find_symtab()
[all...]

Completed in 3 milliseconds