Header menu logo 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

SHN_ABS

Full Usage: SHN_ABS

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

SHN_COMMON

Full Usage: SHN_COMMON

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

SHN_HIOS

Full Usage: SHN_HIOS

The upper bound of OS-specific section index value.

SHN_HIPROC

Full Usage: SHN_HIPROC

The upper bound of processor-specific section index value.

SHN_HIRESERVE

Full Usage: SHN_HIRESERVE

The upper boundary of the range of the reserved range.

SHN_LOOS

Full Usage: SHN_LOOS

The lower bound of OS-specific section index value.

SHN_LOPROC

Full Usage: SHN_LOPROC

The lower bound of processor-specific section index value.

SHN_LORESERVE

Full Usage: SHN_LORESERVE

This is the start of the reserved range.

SHN_UNDEF

Full Usage: SHN_UNDEF

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

SHN_XINDEX

Full Usage: SHN_XINDEX

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.

SectionIndex int

Full Usage: SectionIndex int

Parameters:
    Item : int

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

Item : int

Instance members

Instance member Description

this.IsSHN_ABS

Full Usage: this.IsSHN_ABS

Returns: bool
Returns: bool

this.IsSHN_COMMON

Full Usage: this.IsSHN_COMMON

Returns: bool
Returns: bool

this.IsSHN_HIOS

Full Usage: this.IsSHN_HIOS

Returns: bool
Returns: bool

this.IsSHN_HIPROC

Full Usage: this.IsSHN_HIPROC

Returns: bool
Returns: bool

this.IsSHN_HIRESERVE

Full Usage: this.IsSHN_HIRESERVE

Returns: bool
Returns: bool

this.IsSHN_LOOS

Full Usage: this.IsSHN_LOOS

Returns: bool
Returns: bool

this.IsSHN_LOPROC

Full Usage: this.IsSHN_LOPROC

Returns: bool
Returns: bool

this.IsSHN_LORESERVE

Full Usage: this.IsSHN_LORESERVE

Returns: bool
Returns: bool

this.IsSHN_UNDEF

Full Usage: this.IsSHN_UNDEF

Returns: bool
Returns: bool

this.IsSHN_XINDEX

Full Usage: this.IsSHN_XINDEX

Returns: bool
Returns: bool

this.IsSectionIndex

Full Usage: this.IsSectionIndex

Returns: bool
Returns: bool

Static members

Static member Description

SectionHeaderIdx.IndexFromInt(n)

Full Usage: SectionHeaderIdx.IndexFromInt(n)

Parameters:
    n : int

Returns: SectionHeaderIdx
n : int
Returns: SectionHeaderIdx

Type something to start searching.