Searched refs:translate_syms (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/elf2aout/
H A Delf2aout.c70 static void translate_syms(int, int, off_t, off_t, off_t, off_t);
437 translate_syms(outfile, infile,
448 /* translate_syms (out, in, offset, size)
454 translate_syms(int out, int in, off_t symoff, off_t symsize, function
/netbsd-current/usr.bin/elf2ecoff/
H A Delf2ecoff.c85 static void translate_syms(struct elf_syms *, struct ecoff_syms *);
671 translate_syms(&elfsymtab, &ecoffsymtab);
723 translate_syms(struct elf_syms *elfp, struct ecoff_syms *ecoffp) function

Completed in 90 milliseconds