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

/freebsd-11.0-release/sys/mips/nlm/dev/net/ucore/
H A Dld.ucore.S53 KEEP(*(.init))
67 KEEP (*crtbegin.o(.ctors))
68 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
69 KEEP (*(SORT(.ctors.*)))
70 KEEP (*(.ctors))
74 KEEP (*crtbegin.o(.dtors))
75 KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
76 KEEP (*(SORT(.dtors.*)))
77 KEEP (*(.dtors))
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_vdso.lds.s24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_vdso.lds.s23 .eh_frame : { KEEP (*(.eh_frame)) } :text
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/freebsd-11.0-release/sbin/restore/
H A Drestore.h89 #define KEEP 0x0004 /* entry is not to change */ macro
H A Drestore.c199 * KEEP - entries that are to be left alone.
294 * Mark it as KEEP so that other links to the inode can be
299 ip->e_flags |= KEEP;
335 ep->e_flags |= NEW|KEEP;
343 * been found (indicated by the KEEP flag, see above) then
352 if (type == LEAF && (ip->e_flags & KEEP) == 0)
356 if ((ip->e_flags & KEEP) == 0) {
359 ip->e_flags |= KEEP;
389 ep->e_flags |= NEW|KEEP;
396 np->e_flags |= KEEP;
[all...]
H A Dutilities.c77 ep->e_flags |= NEW|KEEP;
359 if (ep->e_flags & KEEP)
360 (void) strcat(flagbuf, "|KEEP");
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldgram.y152 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL
543 | KEEP '('
H A Dldlex.l317 <EXPRESSION,BOTH,SCRIPT>"KEEP" { RTOKEN(KEEP); }
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak2048 << KEEP
2055 << KEEP
/freebsd-11.0-release/sbin/pfctl/
H A Dparse.y450 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
3630 | KEEP STATE state_opt_spec {
5487 { "keep", KEEP},

Completed in 206 milliseconds