IndexCoreasmjit::RelocEntry
asmjit::RelocEntry Struct Reference

Relocation entry.

Public Members

Members

Member Functions

Accessors

uint32_t RelocEntry::_id[¶]

Relocation id.

RelocType RelocEntry::_relocType[¶]

Type of the relocation.

OffsetFormat RelocEntry::_format[¶]

Format of the relocated value.

uint32_t RelocEntry::_sourceSectionId[¶]

Source section id.

uint32_t RelocEntry::_targetSectionId[¶]

Target section id.

uint64_t RelocEntry::_sourceOffset[¶]

Source offset (relative to start of the section).

uint64_t RelocEntry::_payload[¶]

Payload (target offset, target address, expression, etc).