B2R2


SectionHeaderIdx Type

Every symbol table entry is defined in relation to some section. This member holds the relevant section header table index.

Union cases

Union case Description

SHNABS

Full Usage: SHNABS

The symbol has an absolute value that will not change because of relocation.

SHNCommon

Full Usage: SHNCommon

The symbol labels a common block that has not yet been allocated.

SHNHiOS

Full Usage: SHNHiOS

The upper bound of OS-specific section index value.

SHNHiProc

Full Usage: SHNHiProc

The upper bound of processor-specific section index value.

SHNHiReserve

Full Usage: SHNHiReserve

The upper boundary of the range of the reserved range.

SHNLoOS

Full Usage: SHNLoOS

The lower bound of OS-specific section index value.

SHNLoProc

Full Usage: SHNLoProc

The lower bound of processor-specific section index value.

SHNLoReserve

Full Usage: SHNLoReserve

This is the start of the reserved range.

SHNUndef

Full Usage: SHNUndef

The symbol is undefined. Linker should update references to this symbol with the actual definition from another file.

SHNXIndex

Full Usage: SHNXIndex

An escape value indicating that the actual section header index is too large to fit in the containing field. The header section index is found in another location specific to the structure where it appears.

SecIdx int

Full Usage: SecIdx int

Parameters:
    Item : int

This symbol index holds an index into the section header table.

Item : int

Static members

Static member Description

SectionHeaderIdx.IndexFromInt(n)

Full Usage: SectionHeaderIdx.IndexFromInt(n)

Parameters:
    n : int

Returns: SectionHeaderIdx
n : int
Returns: SectionHeaderIdx