Unit 'BFD' Package
[Overview][Constants][Types][Procedures and functions][Index] [#bfd]

bfd_arch_info

Declaration

Source position: bfd.pas line 1851

type bfd_arch_info = record

  bits_per_word: Integer;

  bits_per_address: Integer;

  bits_per_byte: Integer;

  arch: bfd_architecture;

  mach: LongWord;

  arch_name: pchar;

  printable_name: pchar;

  section_align_power: LongWord;

  the_default: bfd_boolean;

  compatible: function(

  a: Pbfd_arch_info;

  b: Pbfd_arch_info

):Pbfd_arch_info;

  scan: function(

  a: Pbfd_arch_info;

  b: pchar

):bfd_boolean;

  next: Pbfd_arch_info;

end;


Documentation generated on: 2023-03-18