Home
last modified time | relevance | path

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

12

/freebsd/sys/conf/
H A Dldscript.i38645 KEEP (*(.init))
57 KEEP (*(.fini))
84 KEEP (*(.preinit_array))
91 KEEP (*(.init_array))
97 KEEP (*(.fini_array))
114 KEEP (*crtbegin.o(.ctors))
121 KEEP (*(SORT(.ctors.*)))
122 KEEP (*(.ctors))
128 KEEP (*crtbegin.o(.dtors))
131 KEEP (*(SORT(.dtors.*)))
[all …]
H A Dldscript.amd6450 KEEP (*(.init))
62 KEEP (*(.fini))
90 KEEP (*(.preinit_array))
97 KEEP (*(.init_array))
103 KEEP (*(.fini_array))
120 KEEP (*crtbegin.o(.ctors))
127 KEEP (*(SORT(.ctors.*)))
128 KEEP (*(.ctors))
134 KEEP (*crtbegin.o(.dtors))
137 KEEP (*(SORT(.dtors.*)))
[all …]
H A Dldscript.powerpc64102 .opd : ALIGN(8) { KEEP (*(.opd)) }
177 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.powerpc64le102 .opd : ALIGN(8) { KEEP (*(.opd)) }
178 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dvdso_amd64.ldscript62 .eh_frame : { KEEP (*(.eh_frame)) } :text
H A Dvdso_amd64_ia32.ldscript63 .eh_frame : { KEEP (*(.eh_frame)) } :text
H A Dldscript.powerpc152 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/freebsd/contrib/ncurses/progs/
H A Dclear.c51 #define KEEP(s) s "\n" in usage() macro
54 KEEP("") in usage()
55 KEEP("Options:") in usage()
56 KEEP(" -T TERM use this instead of $TERM") in usage()
57 KEEP(" -V print curses-version") in usage()
58 KEEP(" -x do not try to clear scrollback") in usage()
60 #undef KEEP in usage()
H A Dtput.c81 #define KEEP(s) s "\n" in usage() macro
84 KEEP("") in usage()
85 KEEP("Options:") in usage()
87 KEEP(" -T TERM use this instead of $TERM") in usage()
88 KEEP(" -V print curses-version") in usage()
90 KEEP("") in usage()
91 KEEP("Commands:") in usage()
92 KEEP(" clear clear the screen") in usage()
93 KEEP(" init initialize the terminal") in usage()
94 KEEP(" reset reinitialize the terminal") in usage()
[all …]
H A Dtset.c723 #define KEEP(s) s "\n" in usage() macro
726 KEEP("") in usage()
727 KEEP("Options:") in usage()
729 KEEP(" -c set control characters") in usage()
731 KEEP(" -e ch erase character") in usage()
733 KEEP(" -i ch interrupt character") in usage()
734 KEEP(" -k ch kill character") in usage()
742 KEEP(" -V print curses-version") in usage()
743 KEEP(" -w set window-size") in usage()
744 KEEP("") in usage()
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh559 if [ -z "${KEEP}" ]; then
560 KEEP="$(ASAN_OPTIONS=detect_leaks=false "$ZPOOL" list -Ho name | tr -s '[:space:]' ' ')"
561 if [ -z "${KEEP}" ]; then
562 KEEP="rpool"
565 KEEP="$(echo "$KEEP" | tr -s '[:space:]' ' ')"
577 __ZFS_POOL_EXCLUDE="$KEEP"
670 msg "Keep pool(s): $KEEP"
679 export KEEP
H A Dzimport.sh68 KEEP="no"
123 KEEP="yes"
347 echo "KEEP=$KEEP"
508 if [[ "$KEEP" = "no" ]]; then
/freebsd/sbin/restore/
H A Drestore.c292 ip->e_flags |= KEEP; in nodeupdates()
328 ep->e_flags |= NEW|KEEP; in nodeupdates()
345 if (type == LEAF && (ip->e_flags & KEEP) == 0) in nodeupdates()
349 if ((ip->e_flags & KEEP) == 0) { in nodeupdates()
352 ip->e_flags |= KEEP; in nodeupdates()
382 ep->e_flags |= NEW|KEEP; in nodeupdates()
389 np->e_flags |= KEEP; in nodeupdates()
408 if (ip->e_flags & KEEP) { in nodeupdates()
431 ip->e_flags |= NEW|KEEP; in nodeupdates()
818 ep->e_flags &= ~KEEP; in checkrestore()
H A Drestore.h88 #define KEEP 0x0004 /* entry is not to change */ macro
H A Dutilities.c71 ep->e_flags |= NEW|KEEP; in pathcheck()
353 if (ep->e_flags & KEEP) in flagvalues()
/freebsd/tests/sys/cddl/zfs/include/
H A Dtestenv.ksh16 export KEEP="$(zpool list -H -o name)"
H A Dtestenv.kshlib18 export KEEP="$(zpool list -H -o name)"
H A Ddefault.cfg.in37 export KEEP=`atf_config_get keep_pools "" | ${SED} -E 's/ +/|/g'`
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst65 `the ``KEEP`` keyword <https://sourceware.org/binutils/docs/ld/Input-Section-Keep.html>`_, e.g.
66 ``meta : { KEEP(*(meta)) }``
/freebsd/sys/amd64/linux/
H A Dlinux_vdso.lds.s21 .eh_frame : { KEEP (*(.eh_frame)) } :text
/freebsd/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s22 .eh_frame : { KEEP (*(.eh_frame)) } :text
/freebsd/sys/i386/linux/
H A Dlinux_vdso.lds.s22 .eh_frame : { KEEP (*(.eh_frame)) } :text
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh210 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
/freebsd/sys/powerpc/conf/dpaa/
H A DDPAA32 options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
/freebsd/sys/arm/conf/
H A Dstd.armv633 options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]

12