Home | History | Annotate | Download | only in libdwfl

Lines Matching full:symfile

597 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile,
614 *symfile = file;
629 *symfile = file;
693 Will set mod->symfile if the translated offsets can be used as
810 mod->symfile = &mod->main;
888 if (mod->symfile == NULL)
1059 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn,
1079 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn,
1123 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL)
1139 Elf_Scn *symstrscn = elf_getscn (mod->symfile->elf, strshndx);
1149 if (elf_getshdrstrndx (mod->symfile->elf, &shstrndx) < 0)
1152 const char *sname = elf_strptr (mod->symfile->elf, shstrndx, shdr->sh_name);