[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TElfHeader

Declaration

Source position: amigados.pas line 2082

type TElfHeader = record

  Ident: array [0..16-1] of Byte;

  Type_: Word;

  Machine: Word;

  Version: LongWord;

  Entry: elf_ptr_t;

  PhOff: elf_uintptr_t;

  ShOff: elf_uintptr_t;

  Flags: LongWord;

  EhSize: Word;

  PhentSize: Word;

  PhNum: Word;

  ShentSize: Word;

  ShNum: Word;

  ShStrndx: Word;

end;


Documentation generated on: 2017-01-10