HomeSort by: relevance | last modified time | path
    Searched refs:ident (Results 1 - 25 of 25) sorted by relevancy

  /src/distrib/i386/ramdisks/ramdisk-rescuetiny/
Makefile 8 STRIP=${OBJCOPY} -S -R .ident -R .note
  /src/sys/arch/alpha/conf/
kern.ldscript 82 .note.netbsd.ident :
84 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/amd64/stand/prekern/
prekern.ldscript 50 .note.netbsd.ident :
52 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/hppa/conf/
ld.script 62 .note.netbsd.ident :
64 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/amd64/conf/
kern.ldscript.kaslr 72 .note.netbsd.ident :
74 KEEP(*(.note.netbsd.ident));
kern.ldscript 95 .note.netbsd.ident :
97 KEEP(*(.note.netbsd.ident));
kern.ldscript.Xen 79 .note.netbsd.ident :
81 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/i386/conf/
kern.ldscript 75 .note.netbsd.ident :
77 KEEP(*(.note.netbsd.ident));
kern.ldscript.Xen 74 .note.netbsd.ident :
76 KEEP(*(.note.netbsd.ident));
stand.ldscript 51 *(.note.netbsd.ident)
  /src/sys/arch/epoc32/conf/
ldscript.epoc32 72 .note.netbsd.ident :
74 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/zaurus/conf/
ldscript.zaurus 72 .note.netbsd.ident :
74 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/riscv/conf/
kern.ldscript 83 .note.netbsd.ident :
85 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/sparc64/conf/
kern.ldscript 69 .note.netbsd.ident :
71 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/sun2/conf/
kern.ldscript 83 .note.netbsd.ident :
85 KEEP(*(.note.netbsd.ident));
  /src/sys/arch/x68k/stand/boot/
boot.ldscript 52 *(.ident)
  /src/distrib/sun2/ramdisk/
Makefile 12 DBG= -Os -fno-unwind-tables -fno-ident
  /src/sys/conf/
newvers.sh 104 # ident The "ident" file in the current directory is optional.
192 if [ -f ident ]; then
193 id="$(cat ident)"
281 ".section\t\".note.netbsd.ident\", \"\"," _S(_SHT_NOTE) "\n"
  /src/sys/arch/arc/stand/boot/
Makefile 65 -R .pdr -R .mdebug.abi32 -R .comment -R .ident --strip-debug \
  /src/distrib/sets/
regpkg 314 *) newest="$(${IDENT} ${allfiles} 2>/dev/null | ${AWK} '
326 method=ident
  /src/common/dist/zlib/
make_vms.com 244 $ set message/facil/ident/sever/text
619 $ set message/fac/ident/sever/text
678 $ set message/fac/ident/sever/text
  /src/share/mk/
bsd.prog.mk 499 ${OBJCOPY} -R .ident ${.TARGET}
bsd.own.mk 820 -R .ident \
839 -R .note.netbsd.ident
bsd.lib.mk 671 ${OBJCOPY} -R .ident ${.TARGET}.tmp
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 109 IDENT?= /usr/bin/ident
130 .if !exists(${IDENT})
133 PKGTOOLS_VERSION!=${IDENT} ${PKG_TOOLS_BIN}/pkg_add ${PKG_TOOLS_BIN}/pkg_admin ${PKG_TOOLS_BIN}/pkg_create ${PKG_TOOLS_BIN}/pkg_delete ${PKG_TOOLS_BIN}/pkg_info | ${AWK} 'BEGIN {n = 0;}; $$1 ~ /\$$NetBSD/ && $$2 !~ /^crt0/ {gsub("/", "", $$4); if ($$4 > n) {n = $$4;}}; END {print n;}'

Completed in 24 milliseconds