Home
last modified time | relevance | path

Searched refs:KEEP (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/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))
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-shared-linux-n32.ld119 KEEP (*(.init))
132 KEEP (*(.fini))
159 KEEP (*(.preinit_array))
166 KEEP (*(.init_array))
172 KEEP (*(.fini_array))
187 KEEP (*crtbegin.o(.ctors))
194 KEEP (*(SORT(.ctors.*)))
195 KEEP (*(.ctors))
199 KEEP (*crtbegin.o(.dtors))
202 KEEP (*(SORT(.dtors.*)))
[all …]
H A Dcvmx-shared-linux.ld118 KEEP (*(.init))
131 KEEP (*(.fini))
158 KEEP (*(.preinit_array))
165 KEEP (*(.init_array))
171 KEEP (*(.fini_array))
186 KEEP (*crtbegin.o(.ctors))
193 KEEP (*(SORT(.ctors.*)))
194 KEEP (*(.ctors))
198 KEEP (*crtbegin.o(.dtors))
201 KEEP (*(SORT(.dtors.*)))
[all …]
H A Dcvmx-shared-linux-o32.ld116 KEEP (*(.init))
129 KEEP (*(.fini))
165 .eh_frame : { KEEP (*(.eh_frame)) }
178 KEEP (*crtbegin*.o(.ctors))
183 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
184 KEEP (*(SORT(.ctors.*)))
185 KEEP (*(.ctors))
189 KEEP (*crtbegin*.o(.dtors))
191 KEEP (*(SORT(.dtors.*)))
192 KEEP (*(.dtors))
[all …]
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-tests.sh545 if [ -z "${KEEP}" ]; then
546 KEEP="$(sudo "$ZPOOL" list -H -o name)"
547 if [ -z "${KEEP}" ]; then
548 KEEP="rpool"
551 KEEP="$(echo "$KEEP" | tr '[:blank:]' '\n')"
564 __ZFS_POOL_EXCLUDE="$(echo "$KEEP" | tr -s '\n' ' ')"
566 __ZFS_POOL_EXCLUDE="$(echo "$KEEP" | sed ':a;N;s/\n/ /g;ba')"
650 msg "Keep pool(s): $KEEP"
659 export KEEP
H A Dzimport.sh68 KEEP="no"
123 KEEP="yes"
350 echo "KEEP=$KEEP"
513 if [ "$KEEP" = "no" ]; then
/f-stack/freebsd/amd64/linux/
H A Dlinux_vdso.lds.s23 .eh_frame : { KEEP (*(.eh_frame)) } :text
/f-stack/freebsd/i386/linux/
H A Dlinux_vdso.lds.s24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_vdso.lds.s24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/f-stack/freebsd/arm/conf/
H A Dstd.armv733 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
H A Dstd.armv633 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
/f-stack/freebsd/contrib/openzfs/tests/
H A DREADME.md37 the $KEEP variable. All pools detected at the start of testing are
/f-stack/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst444 if (object_examine(obj) == KEEP)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib586 # NOTE: $KEEP is a variable containing pool names, separated by a newline
591 zpool list -H -o name | grep -Fvx "$KEEP" | grep -v "$NO_POOLS"