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

symbol_cache_entry

Declaration

Source position: bfd.pas line 424

type symbol_cache_entry = record

  the_bfd: PBFD;

  name: pchar;

  value: symvalue;

  flags: flagword;

  section: PSec;

  udata: record

    case bfd_boolean of

      False: (

          p: pointer;

        );

      True: (

          i: bfd_vma;

        );

  end;

end;


Documentation generated on: 2023-03-18