Searched refs:KEEP (Results 1 – 14 of 14) sorted by relevance
53 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))
119 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 …]
118 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 …]
116 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 …]
545 if [ -z "${KEEP}" ]; then546 KEEP="$(sudo "$ZPOOL" list -H -o name)"547 if [ -z "${KEEP}" ]; then548 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
68 KEEP="no"123 KEEP="yes"350 echo "KEEP=$KEEP"513 if [ "$KEEP" = "no" ]; then
23 .eh_frame : { KEEP (*(.eh_frame)) } :text
24 .eh_frame : { KEEP (*(.eh_frame)) } :text
33 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
37 the $KEEP variable. All pools detected at the start of testing are
444 if (object_examine(obj) == KEEP)
586 # NOTE: $KEEP is a variable containing pool names, separated by a newline591 zpool list -H -o name | grep -Fvx "$KEEP" | grep -v "$NO_POOLS"