section_64

Members

Variables

addr
ulong addr;

Memory address of this section.

align_
uint align_;

Section alignment (power of 2).

flags
uint flags;

Flags (section type and attributes).

nreloc
uint nreloc;

Number of relocation entries.

offset
uint offset;

File offset of this section.

reloff
uint reloff;

File offset of relocation entries.

reserved1
uint reserved1;

Reserved (for offset or index).

reserved2
uint reserved2;

Reserved (for count or sizeof).

reserved3
uint reserved3;

Reserved.

sectname
char[16] sectname;

Name of this section.

segname
char[16] segname;

Segment this section goes in.

size
ulong size;

Size in bytes of this section.

Meta