Searched refs:KEEP (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-gc/
H A Dpr14265.d1 #name: --gc-sections with KEEP
/netbsd-current/sbin/restore/
H A Drestore.c201 * KEEP - entries that are to be left alone.
296 * Mark it as KEEP so that other links to the inode can be
301 ip->e_flags |= KEEP;
337 ep->e_flags |= NEW|KEEP;
345 * been found (indicated by the KEEP flag, see above) then
354 if (type == LEAF && (ip->e_flags & KEEP) == 0)
358 if ((ip->e_flags & KEEP) == 0) {
361 ip->e_flags |= KEEP;
391 ep->e_flags |= NEW|KEEP;
398 np->e_flags |= KEEP;
[all...]
H A Drestore.h108 #define KEEP 0x0004 /* entry is not to change */ macro
H A Dutilities.c80 ep->e_flags |= NEW|KEEP;
344 if (ep->e_flags & KEEP)
345 (void) strcat(flagbuf, "|KEEP");
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.h101 KEEP = 311, enumerator in enum:yytokentype
208 #define KEEP 311 macro
H A Dyyscript.y146 %token KEEP
579 | KEEP '(' input_section_no_keep ')'
583 /* An input section specification within a KEEP clause. */
H A Dyyscript.c166 KEEP = 311, enumerator in enum:yytokentype
273 #define KEEP 311 macro
727 "INHIBIT_COMMON_ALLOCATION", "INFO", "INPUT", "KEEP", "LEN", "LENGTH",
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.h110 KEEP = 311, /* KEEP */ enumerator in enum:yytokentype
222 #define KEEP 311 macro
H A Dyyscript.y146 %token KEEP
579 | KEEP '(' input_section_no_keep ')'
583 /* An input section specification within a KEEP clause. */
H A Dyyscript.c180 KEEP = 311, /* KEEP */ enumerator in enum:yytokentype
292 #define KEEP 311 macro
466 YYSYMBOL_KEEP = 69, /* KEEP */
1043 "INHIBIT_COMMON_ALLOCATION", "INFO", "INPUT", "KEEP", "LEN", "LENGTH",
2893 case 104: /* input_section_spec: KEEP '(' input_section_no_keep ')' */
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldgram.h169 KEEP = 379, enumerator in enum:yytokentype
302 #define KEEP 379 macro
H A Dldgram.y156 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT
662 | KEEP '('
H A Dldgram.c261 KEEP = 379, enumerator in enum:yytokentype
394 #define KEEP 379 macro
835 "LOCAL", "VERSIONK", "INPUT_VERSION_SCRIPT", "KEEP", "ONLY_IF_RO",
H A Dldlex.l323 <EXPRESSION,BOTH,SCRIPT>"KEEP" { RTOKEN(KEEP); }
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.h180 KEEP = 381, /* KEEP */ enumerator in enum:yytokentype
320 #define KEEP 381 macro
H A Dldgram.y158 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT
644 | KEEP '('
H A Dldlex.l341 <WILD>"KEEP" { RTOKEN(KEEP); }
H A Dldgram.c278 KEEP = 381, /* KEEP */ enumerator in enum:yytokentype
418 #define KEEP 381 macro
625 YYSYMBOL_KEEP = 142, /* KEEP */
1249 "VERSIONK", "INPUT_VERSION_SCRIPT", "KEEP", "ONLY_IF_RO", "ONLY_IF_RW",
3324 case 146: /* input_section_spec: KEEP '(' $@13 input_section_spec_no_keep ')' */
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dyyscript.y146 %token KEEP
579 | KEEP '(' input_section_no_keep ')'
583 /* An input section specification within a KEEP clause. */
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldgram.y156 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT
662 | KEEP '('
H A Dldlex.l325 <EXPRESSION,BOTH,SCRIPT>"KEEP" { RTOKEN(KEEP); }
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c298 KEEP
303 static enum long_section_name_handling long_section_names = KEEP;
3677 if (style == KEEP
5591 long_section_names = KEEP;
297 KEEP enumerator in enum:long_section_name_handling
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c300 KEEP
305 static enum long_section_name_handling long_section_names = KEEP;
3752 if (style == KEEP
5712 long_section_names = KEEP;
299 KEEP enumerator in enum:long_section_name_handling
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dobjcopy.c298 KEEP
303 static enum long_section_name_handling long_section_names = KEEP;
3717 if (style == KEEP
5642 long_section_names = KEEP;
297 KEEP enumerator in enum:long_section_name_handling
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dlibisc.mak2048 << KEEP
2055 << KEEP

Completed in 228 milliseconds

12