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))
51 KEEP (*(.text.*personality*))
57 KEEP (*(.fini))
70 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
76 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
84 KEEP (*(.preinit_array))
90 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
91 KEEP (*(.init_array))
97 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
98 KEEP (*(.fini_array))
[all …]
H A Dldscript.amd6450 KEEP (*(.init))
56 KEEP (*(.text.*personality*))
62 KEEP (*(.fini))
75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
82 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
90 KEEP (*(.preinit_array))
96 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
97 KEEP (*(.init_array))
103 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
104 KEEP (*(.fini_array))
[all …]
H A Dldscript.powerpc64le102 .opd : ALIGN(8) { KEEP (*(.opd)) }
110 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
111 KEEP (*(.init_array))
117 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
118 KEEP (*(.fini_array))
166 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.powerpc64102 .opd : ALIGN(8) { KEEP (*(.opd)) }
110 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
111 KEEP (*(.init_array))
117 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
118 KEEP (*(.fini_array))
165 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.riscv77 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
78 KEEP (*(.init_array))
84 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
85 KEEP (*(.fini_array))
132 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.powerpcspe85 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
86 KEEP (*(.init_array))
92 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
93 KEEP (*(.fini_array))
140 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.powerpc84 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
85 KEEP (*(.init_array))
91 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
92 KEEP (*(.fini_array))
139 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.arm103 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
104 KEEP (*(.init_array))
110 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
111 KEEP (*(.fini_array))
155 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
H A Dldscript.arm64106 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
107 KEEP (*(.init_array))
113 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
114 KEEP (*(.fini_array))
159 .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.c79 #define KEEP(s) s "\n" in usage() macro
82 KEEP("") in usage()
83 KEEP("Options:") in usage()
84 KEEP(" -S << read commands from standard input") in usage()
85 KEEP(" -T TERM use this instead of $TERM") in usage()
86 KEEP(" -V print curses-version") in usage()
87 KEEP(" -v verbose, show warnings") in usage()
88 KEEP(" -x do not try to clear scrollback") in usage()
89 KEEP("") in usage()
90 KEEP("Commands:") in usage()
[all …]
H A Dtset.c729 #define KEEP(s) s "\n" in usage() macro
732 KEEP("") in usage()
733 KEEP("Options:") in usage()
735 KEEP(" -c set control characters") in usage()
737 KEEP(" -e ch erase character") in usage()
738 KEEP(" -I no initialization strings") in usage()
739 KEEP(" -i ch interrupt character") in usage()
740 KEEP(" -k ch kill character") in usage()
741 KEEP(" -m mapping map identifier to type") in usage()
743 KEEP(" -Q do not output control key settings") in usage()
[all …]
/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/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh626 if [ -z "${KEEP}" ]; then
627 KEEP="$(ASAN_OPTIONS=detect_leaks=false "$ZPOOL" list -Ho name | tr -s '[:space:]' ' ')"
628 if [ -z "${KEEP}" ]; then
629 KEEP="rpool"
632 KEEP="$(echo "$KEEP" | tr -s '[:space:]' ' ')"
644 __ZFS_POOL_EXCLUDE="$KEEP"
737 msg "Keep pool(s): $KEEP"
746 export KEEP
H A Dzimport.sh68 KEEP="no"
123 KEEP="yes"
347 echo "KEEP=$KEEP"
508 if [[ "$KEEP" = "no" ]]; then
/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/tests/sys/cddl/zfs/include/
H A Dtestenv.kshlib18 export KEEP="$(zpool list -H -o name)"
H A Dtestenv.ksh16 export KEEP="$(zpool list -H -o name)"
H A Ddefault.cfg.in37 export KEEP=`atf_config_get keep_pools "" | ${SED} -E 's/ +/|/g'`
/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})'\"`

12