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::_section_id[¶]

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

LabelType SectionOrLabelEntryExtraHeader::_internal_label_type[¶]

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::_internal_label_flags[¶]

Internal label flags, used by LabelEntry::ExtraData. Section doesn't use these flags and sets them to zero.

uint16_t SectionOrLabelEntryExtraHeader::_internal_uint16_data[¶]

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