Lines Matching defs:symfile
603 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile,
620 *symfile = file;
635 *symfile = file;
699 Will set mod->symfile if the translated offsets can be used as
816 mod->symfile = &mod->main;
894 if (mod->symfile == NULL)
1067 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn,
1087 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn,
1131 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL)
1147 Elf_Scn *symstrscn = elf_getscn (mod->symfile->elf, strshndx);
1157 if (elf_getshdrstrndx (mod->symfile->elf, &shstrndx) < 0)
1160 const char *sname = elf_strptr (mod->symfile->elf, shstrndx, shdr->sh_name);