enum | node_type {
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
, MatchAny
, MatchName
, MatchSuffix
,
IsReadable
, IsWritable
, IsExecutable
, IsMergeable
,
IsZeroFilled
, IsFixedAddress
, IsResource
, IsOptional
,
IsStack
, IsHeap
, IsCustomFlag
, Collect
,
NotPredicate
, AndPredicate
, OrPredicate
, MaximumSections
,
Segment
, SegmentTemplate
} |