| enum | node_type {
Empty
, Sequence
, CurrentAddress
, Identifier
,
Parameter
, Integer
, BaseOf
, StartOf
,
SizeOf
, Location
, Neg
, Not
,
AlignTo
, Minimum
, Maximum
, Shl
,
Shr
, Add
, Sub
, And
,
Xor
, Or
, SetCurrentAddress
, AlignAddress
,
SetNextBase
, Assign
, Call
, MatchAny
,
MatchName
, MatchSuffix
, IsReadable
, IsWritable
,
IsExecutable
, IsMergeable
, IsZeroFilled
, IsFixedAddress
,
IsResource
, IsOptional
, IsStack
, IsHeap
,
IsCustomFlag
, Collect
, NotPredicate
, AndPredicate
,
OrPredicate
, MaximumSections
, UntilSection
, Segment
,
SegmentTemplate
} |