symorder for FreeBSD-3.x

1999-05-28 Thread Mohit Aron
Hi, its seems that the program symorder only works on coff format object files. Is there an equivalent program in FreeBSD-3.x that works on elf object files ? - Mohit To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: symorder for FreeBSD-3.x

1999-05-28 Thread Dag-Erling Smorgrav
Mohit Aron writes: > its seems that the program symorder only works on coff format object > files. Is there an equivalent program in FreeBSD-3.x that works on elf > object files ? COFF? FreeBSD never supported COFF, to the best of my knowledge. You might want to take a look at objcopy(1).

Re: symorder for FreeBSD-3.x

1999-05-29 Thread Mohit Aron
> > COFF? FreeBSD never supported COFF, to the best of my knowledge. > Sorry, should've said a.out. > You might want to take a look at objcopy(1). > I was interested in functionality given by 'symorder -c' that can localize all function and data definitions in an object file. objcopy() does