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

lineno_cache_entry

Declaration

Source position: bfd.pas line 173

type lineno_cache_entry = record

  line_number: LongWord;

  u: record

    case Integer of

      0: (

          sym: Psymbol_cache_entry;

        );

      1: (

          offset: LongWord;

        );

  end;

end;


Documentation generated on: 2023-03-18