43 TOK_STRING_LITERAL = 259,
44 TOK_INT_LITERAL = 260,
45 TOK_SECTION_NAME = 261,
46 TOK_SOURCE_NAME = 262,
95 #define TOK_STRING_LITERAL 259 96 #define TOK_INT_LITERAL 260 97 #define TOK_SECTION_NAME 261 98 #define TOK_SOURCE_NAME 262 100 #define TOK_DOT_DOT 264 107 #define TOK_POWER 271 108 #define TOK_LSHIFT 272 109 #define TOK_RSHIFT 273 110 #define TOK_INT_SIZE 274 111 #define TOK_OPTIONS 275 112 #define TOK_CONSTANTS 276 113 #define TOK_SOURCES 277 114 #define TOK_FILTERS 278 115 #define TOK_SECTION 279 116 #define TOK_EXTERN 280 123 #define TOK_ERASE 287 127 #define TOK_DEFINED 291 129 #define TOK_WARNING 293 130 #define TOK_ERROR 294 131 #define TOK_SIZEOF 295 135 #define TOK_UNSECURE 299 136 #define TOK_RESET 300 137 #define TOK_JUMP_SP 301 138 #define TOK_ENABLE 302 139 #define TOK_KEYBLOB 303 140 #define TOK_ENCRYPT 304 141 #define TOK_KEYWRAP 305 147 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 149 #line 62 "/Users/MADUser1/
elftosb/elftosb2/elftosb_parser.y"
158 #line 159 "/Users/MADUser1/Library/Developer/Xcode/DerivedData/elftosb-dxrbhxxtpndhpgdxujwltedpntjq/Build/Intermediates/elftosb.build/Debug/elftosb.build/DerivedSources/elftosb_parser.tab.hpp" 160 # define yystype YYSTYPE 161 # define YYSTYPE_IS_DECLARED 1 162 # define YYSTYPE_IS_TRIVIAL 1 167 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 175 # define yyltype YYLTYPE 176 # define YYLTYPE_IS_DECLARED 1 177 # define YYLTYPE_IS_TRIVIAL 1 Definition: elftosb_parser.tab.cpp:256
Definition: elftosb_parser.tab.cpp:238
Adds a word size attribute to IntegerValue.
Definition: apps/elftosb/common/Value.h:72
Definition: BootImage.h:13
Manages a binary object of arbitrary length.
Definition: apps/elftosb/common/Blob.h:18
The base class for all AST node classes.
Definition: ElftosbAST.h:33