[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The ELF object file format is defined in two parts: a generic ABI and a processor specific supplement. The ELF support in BFD is split in a similar fashion. The processor specific support is largely kept within a single file. The generic support is provided by several other files. The processor specific support provides a set of function pointers and constants used by the generic support.
7.1 ELF sections and segments 7.2 BFD ELF generic support 7.3 BFD ELF processor specific support 7.4 BFD ELF core files 7.5 BFD ELF future