elf2ecoff.c | 63 struct elf_syms { struct 65 Elf32_Sym *elf_syms; member in struct:elf_syms 86 static size_t compute_stringsize(const Elf32_Sym *elf_syms, int nsymbols, 88 static void translate_syms(struct elf_syms *, struct ecoff_syms *); 97 static void elf_read_syms(struct elf_syms *, int, off_t, off_t, off_t, 628 elf_read_syms(struct elf_syms *elfsymsp, int in, off_t symoff, off_t symsize, 636 elfsymsp->elf_syms = (Elf32_Sym *) 642 Elf32_Sym *s = &elfsymsp->elf_syms[i]; 662 struct elf_syms elfsymtab; 726 compute_stringsize(const Elf32_Sym *elf_syms, int nsyms [all...] |