Searched refs:PHDRS (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Dphdrs3.d1 # name: PHDRS headers
4 # error: \A[^ \n]*:[^:\n]*:5: PHDRS and FILEHDR.*
H A Dphdrs3a.d1 #name: PHDRS headers 3a
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dscript_test_3.t45 PHDRS
47 text PT_LOAD FILEHDR PHDRS FLAGS(5);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.h72 PHDRS = 288, enumerator in enum:yytokentype
197 #define PHDRS 288 macro
H A Dldgram.c99 PHDRS = 288, enumerator in enum:yytokentype
224 #define PHDRS 288 macro
924 "LONG", "SHORT", "BYTE", "SECTIONS", "PHDRS", "INSERT_K", "AFTER",
4035 else if (strcmp ((yyvsp[(1) - (3)].name), "PHDRS") == 0 && (yyvsp[(2) - (3)].etree) == NULL)
4040 einfo (_("%X%P:%S: PHDRS syntax error at `%s'\n"), (yyvsp[(1) - (3)].name));
H A Dldgram.y126 %token SECTIONS PHDRS INSERT_K AFTER BEFORE
1072 PHDRS '{' phdr_list '}'
1144 else if (strcmp ($1, "PHDRS") == 0 && $2 == NULL)
1149 einfo (_("%X%P:%S: PHDRS syntax error at `%s'\n"), $1);
H A Dldlex.l314 <BOTH,SCRIPT>"PHDRS" { RTOKEN (PHDRS); }
H A Dldlex.c2610 { RTOKEN (PHDRS); } variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/scripttempl/
H A Delf32sh-symbian.sc167 PHDRS
169 headers PT_PHDR PHDRS ;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dyyscript.y167 %token PHDRS
271 | PHDRS '{' phdrs_defs '}'
771 yyerror(closure, "PHDRS syntax error");
773 | PHDRS phdr_info
787 yyerror(closure, "PHDRS syntax error");
H A Dscript.cc1722 { "PHDRS", PHDRS },

Completed in 199 milliseconds