/freebsd/sys/conf/ |
H A D | ldscript.i386 | 45 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 D | ldscript.amd64 | 50 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 D | ldscript.powerpc64le | 102 .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 D | ldscript.powerpc64 | 102 .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 D | ldscript.riscv | 77 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 D | ldscript.powerpcspe | 85 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 D | ldscript.powerpc | 84 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 D | ldscript.arm | 103 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 D | ldscript.arm64 | 106 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 D | clear.c | 51 #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 D | tput.c | 79 #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 D | tset.c | 729 #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 D | restore.c | 292 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 D | restore.h | 88 #define KEEP 0x0004 /* entry is not to change */ macro
|
H A D | utilities.c | 71 ep->e_flags |= NEW|KEEP; in pathcheck() 353 if (ep->e_flags & KEEP) in flagvalues()
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-tests.sh | 626 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 D | zimport.sh | 68 KEEP="no" 123 KEEP="yes" 347 echo "KEEP=$KEEP" 508 if [[ "$KEEP" = "no" ]]; then
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | start-stop-gc.rst | 65 `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 D | testenv.kshlib | 18 export KEEP="$(zpool list -H -o name)"
|
H A D | testenv.ksh | 16 export KEEP="$(zpool list -H -o name)"
|
H A D | default.cfg.in | 37 export KEEP=`atf_config_get keep_pools "" | ${SED} -E 's/ +/|/g'`
|
/freebsd/sys/amd64/linux/ |
H A D | linux_vdso.lds.s | 21 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_vdso.lds.s | 22 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/freebsd/sys/i386/linux/ |
H A D | linux_vdso.lds.s | 22 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_all_001_pos.ksh | 210 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
|