| /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/external/gpl3/gcc/dist/libgcc/config/mips/ |
| gnustack.h | 4 .section .note.GNU-stack,"",%progbits
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mips/ |
| gnustack.h | 4 .section .note.GNU-stack,"",%progbits
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| dup-sect.S | 24 .section .note.GNU-stack,"",%progbits 26 .section .note.GNU-stack,"",@progbits
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| tui-layout-asm-short-prog.S | 24 .section .note.GNU-stack,"",%progbits 26 .section .note.GNU-stack,"",@progbits
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dup-sect.S | 24 .section .note.GNU-stack,"",%progbits 26 .section .note.GNU-stack,"",@progbits
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/ |
| tui-layout-asm-short-prog.S | 24 .section .note.GNU-stack,"",%progbits 26 .section .note.GNU-stack,"",@progbits
|
| /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/external/cddl/osnet/dist/head/ |
| note.h | 27 * note.h: interface for annotating source with info for tools 29 * NOTE is the default interface, but if the identifier NOTE is in use for 32 * files should *not* use NOTE, since the name may already be in use in 34 * sys/note.h directly and use _NOTE. For consistency, all kernel source 43 #include <sys/note.h> 49 #define NOTE _NOTE
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-am33lin.c | 41 /* Support for core dump NOTE sections. */ 43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 48 switch (note->descsz) 56 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); 59 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); 70 note->descpos + offset); 74 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 76 switch (note->descsz) 83 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); 85 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80) [all...] |
| elf32-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| elf64-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-am33lin.c | 41 /* Support for core dump NOTE sections. */ 43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 48 switch (note->descsz) 56 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); 59 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); 70 note->descpos + offset); 74 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 76 switch (note->descsz) 83 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); 85 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80) [all...] |
| elf32-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| elf64-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-am33lin.c | 41 /* Support for core dump NOTE sections. */ 43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 48 switch (note->descsz) 56 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); 59 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); 70 note->descpos + offset); 74 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 76 switch (note->descsz) 83 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); 85 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80) [all...] |
| elf32-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| elf64-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-am33lin.c | 41 /* Support for core dump NOTE sections. */ 43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 48 switch (note->descsz) 56 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); 59 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); 70 note->descpos + offset); 74 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 76 switch (note->descsz) 83 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); 85 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80) [all...] |
| elf32-tilegx.c | 29 /* Support for core dump NOTE sections. */ 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); 54 size, note->descpos + offset); 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); 66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| powerpc-stackless.S | 25 .section .note.GNU-stack,"",@progbits
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-dummy-cu.S | 35 .section .note.GNU-stack,"",%progbits 37 .section .note.GNU-stack,"",@progbits
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| powerpc-stackless.S | 25 .section .note.GNU-stack,"",@progbits
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-dummy-cu.S | 35 .section .note.GNU-stack,"",%progbits 37 .section .note.GNU-stack,"",@progbits
|