Go to the first, previous, next, last section, table of contents.


Introduction

BFD is a package which allows applications to use the same routines to operate on object files whatever the object file format. A new object file format can be supported simply by creating a new BFD back end and adding it to the library.

BFD is split into two parts: the front end, and the back ends (one for each object file format).


Go to the first, previous, next, last section, table of contents.