Searched refs:kENTRY (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/src/
H A Dldscript.h43 kENTRY = 261, enumerator in enum:yytokentype
73 #define kENTRY 261 macro
H A Dldlex.l140 ENTRY { return kENTRY; }
H A Dldscript.c179 kENTRY = 261, enumerator in enum:yytokentype
209 #define kENTRY 261 macro
606 "kENTRY", "kEXCLUDE_FILE", "kFILENAME", "kGLOBAL", "kGROUP", "kID",
H A Dldscript.y89 %token kENTRY
152 content: kENTRY '(' kID ')' ';'
H A Dldlex.c1557 { return kENTRY; }

Completed in 8156 milliseconds