IndexCoreasmjit::LabelLink
asmjit::LabelLink Struct Reference

Data structure used to link either unbound labels or cross-section links.

Public Members

LabelLink* LabelLink::next[¶]

Next link (single-linked list).

uint32_t LabelLink::sectionId[¶]

Section id where the label is bound.

uint32_t LabelLink::relocId[¶]

Relocation id or Globals::kInvalidId.

size_t LabelLink::offset[¶]

Label offset relative to the start of the section.

intptr_t LabelLink::rel[¶]

Inlined rel8/rel32.

OffsetFormat LabelLink::format[¶]

Offset format information.