IndexCoreasmjit::SectionOrLabelEntryExtraHeader

asmjit::SectionOrLabelEntryExtraHeader Class Reference [¶]

Inheritance diagram for asmjit::SectionOrLabelEntryExtraHeader:
asmjit::LabelEntry::ExtraData asmjit::Section

Base class for both Section and LabelEntry::ExtraData.

uint32_t SectionOrLabelEntryExtraHeader::_sectionId[¶]

Section id - describes either a section where a Label is bound or it's a real section id of Section.

LabelType SectionOrLabelEntryExtraHeader::_internalLabelType[¶]

Internal label type is only used by LabelEntry::ExtraData.

Section always leaves this field zero, which describes an anonymous label. Anonymous labels are default and always used when there is no LabelEntry::ExtraData

LabelFlags SectionOrLabelEntryExtraHeader::_internalLabelFlags[¶]

Internal label flags, used by LabelEntry::ExtraData.

Section doesn't use these flags and sets them to zero.

uint16_t SectionOrLabelEntryExtraHeader::_internalUInt16Data[¶]

Internal data used freely by Section and LabelEntry::ExtraData.