[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_default_arch_struct
bfd_default_arch_struct
is an item of
bfd_arch_info_type
which has been initialized to a fairly
generic state. A BFD starts life by pointing to this
structure, until the correct back end has determined the real
architecture of the file.
extern const bfd_arch_info_type bfd_default_arch_struct; |