/src/lib/csu/common/ |
compident.S | 34 * This file is used to generate a note describing the code model in use by 38 * but not for processes without this note or -mcmodel=medlow. 40 * The note looks similar to the .note.netbsd.march note used (for example) 41 * on arm to note the ABI used by the process. 43 * [NOTE HEADER] 46 * long note type 48 * [NOTE DATUM] 58 .section .note.netbsd.mcmodel,"MG",@note,3*4+CONTENTLENGTH+ELF_NOTE_MCMODEL_NAMESZ+1,comda [all...] |
/src/sys/arch/powerpc/powerpc/ |
ofwmagic.S | 33 * Magic note section used by OpenFirmware. 36 .section ".note","",@note 38 # note header 43 # note descriptor size 46 # note type (IEEE 1275) 54 # note descriptor 71 # second note is for IBM LPARs 74 # note descriptor size 76 # note typ [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
sandy2x.S | 14 .section .note.GNU-stack,"",%progbits
|
/src/sys/arch/i386/conf/ |
kern.ldscript.Xen | 74 .note.netbsd.ident : 76 KEEP(*(.note.netbsd.ident)); 78 .note.Xen : 80 KEEP(*(.note.Xen));
|
kern.ldscript | 75 .note.netbsd.ident : 77 KEEP(*(.note.netbsd.ident));
|
/src/sys/arch/amd64/conf/ |
kern.ldscript.Xen | 79 .note.netbsd.ident : 81 KEEP(*(.note.netbsd.ident)); 83 .note.Xen : 85 KEEP(*(.note.Xen));
|
kern.ldscript.kaslr | 72 .note.netbsd.ident : 74 KEEP(*(.note.netbsd.ident));
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_linux_x86_64.S | 6 .section .note.GNU-stack,"",%progbits
|
sanitizer_linux_mips64.S | 6 .section .note.GNU-stack,"",%progbits
|
/src/sys/miscfs/procfs/ |
procfs_note.c | 96 char note[PROCFS_NOTELEN+1]; local in function:procfs_donote 102 error = vfs_getuserstr(uio, note, &xlen);
|
/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/ofppc/stand/ofwboot/ |
ofwstart.S | 41 /* This is the magical note section that IBM machines require 42 * to boot. This should be a note, but gnu ld will not let us 47 # note descriptor size 49 # note type (IEEE 1275) 55 # note descriptor 69 /* note for dealing with IBM LPARs */ 72 # note descriptor size 74 # note type
|
/src/sys/arch/hppa/conf/ |
ld.script | 62 .note.netbsd.ident : 64 KEEP(*(.note.netbsd.ident));
|
/src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
elf_x86_64_fbsd_efi.lds | 50 .note.gnu.build-id : { *(.note.gnu.build-id) }
|
elf_aarch64_efi.lds | 57 .note.gnu.build-id : { *(.note.gnu.build-id) } 62 *(.note.GNU-stack)
|
elf_arm_efi.lds | 57 .note.gnu.build-id : { *(.note.gnu.build-id) } 62 *(.note.GNU-stack)
|
elf_ia32_efi.lds | 53 .note.gnu.build-id : { *(.note.gnu.build-id) } 85 *(.note.GNU-stack)
|
elf_ia32_fbsd_efi.lds | 53 .note.gnu.build-id : { *(.note.gnu.build-id) } 85 *(.note.GNU-stack)
|
elf_mips64el_efi.lds | 57 .note.gnu.build-id : { *(.note.gnu.build-id) } 63 *(.note.GNU-stack)
|
elf_riscv64_efi.lds | 69 .note.gnu.build-id : 70 { *(.note.gnu.build-id) } 75 *(.note.GNU-stack)
|
elf_x86_64_efi.lds | 53 .note.gnu.build-id : { *(.note.gnu.build-id) } 75 *(.note.GNU-stack)
|
/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));
|