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

reloc_howto

Declaration

Source position: bfd.pas line 1758

type reloc_howto = record

  typ: LongWord;

  rightshift: LongWord;

  size: Integer;

  bitsize: LongWord;

  pc_relative: bfd_boolean;

  bitpos: LongWord;

  complain_on_overflow: complain_overflow;

  special_function: function(

  abfd: PBFD;

  reloc_entry: Parelent;

  symbol: Psymbol_cache_entry;

  data: pointer;

  input_section: Pasection;

  output_bfd: PBFD;

  error_message: ppchar

):bfd_reloc_status;

  name: pchar;

  partial_inplace: bfd_boolean;

  src_mask: bfd_vma;

  dst_mask: bfd_vma;

  pcrel_offset: bfd_boolean;

end;


Documentation generated on: 2023-03-18