Searched defs:symfile (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c228 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile, argument
243 *symfile = file;
255 *symfile = file;
480 mod->symfile = &mod->main;
505 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn,
524 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn,
557 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL)
566 mod->symstrdata = elf_getdata (elf_getscn (mod->symfile->elf, strshndx),
H A DlibdwflP.h163 struct dwfl_file *symfile; /* Either main or debug. */ member in struct:Dwfl_Module

Completed in 50 milliseconds