freebsd-skq/contrib/binutils/bfd/doc/init.texi
obrien 2504df11e1 Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
2004-06-16 05:45:41 +00:00

14 lines
321 B
Plaintext

@section Initialization
These are the functions that handle initializing a BFD.
@findex bfd_init
@subsubsection @code{bfd_init}
@strong{Synopsis}
@example
void bfd_init (void);
@end example
@strong{Description}@*
This routine must be called before any other BFD function to
initialize magical internal data structures.