elf_syms
static void elf_read_syms(struct elf_syms *, int, off_t, off_t, off_t,
elf_read_syms(struct elf_syms *elfsymsp, int in, off_t symoff, off_t symsize,
Elf32_Sym *elf_syms;
elfsymsp->elf_syms = (Elf32_Sym *)
Elf32_Sym *s = &elfsymsp->elf_syms[i];
struct elf_syms elfsymtab;
compute_stringsize(const Elf32_Sym *elf_syms, int nsyms,
const Elf32_Sym *esym = &elf_syms[i];
translate_syms(struct elf_syms *elfp, struct ecoff_syms *ecoffp)
stringsize = compute_stringsize(elfp->elf_syms, nsyms, oldstringbase);
const Elf32_Sym *esym = &elfp->elf_syms[i];
static size_t compute_stringsize(const Elf32_Sym *elf_syms, int nsymbols,
static void translate_syms(struct elf_syms *, struct ecoff_syms *);