/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-am33lin.c | 42 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_prstatus() argument 47 switch (note->descsz) in elf32_am33lin_grok_prstatus() 55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_am33lin_grok_prstatus() 58 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); in elf32_am33lin_grok_prstatus() 69 note->descpos + offset); in elf32_am33lin_grok_prstatus() 73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_psinfo() argument 75 switch (note->descsz) in elf32_am33lin_grok_psinfo() 82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_am33lin_grok_psinfo() 84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_am33lin_grok_psinfo()
|
D | elf64-tilegx.c | 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_prstatus() argument 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) in tilegx_elf_grok_prstatus() 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); in tilegx_elf_grok_prstatus() 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); in tilegx_elf_grok_prstatus() 54 size, note->descpos + offset); in tilegx_elf_grok_prstatus() 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_psinfo() argument 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) in tilegx_elf_grok_psinfo() 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); in tilegx_elf_grok_psinfo() 66 …= _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZ… in tilegx_elf_grok_psinfo()
|
D | elf32-tilegx.c | 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_prstatus() argument 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) in tilegx_elf_grok_prstatus() 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); in tilegx_elf_grok_prstatus() 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); in tilegx_elf_grok_prstatus() 54 size, note->descpos + offset); in tilegx_elf_grok_prstatus() 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_psinfo() argument 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) in tilegx_elf_grok_psinfo() 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); in tilegx_elf_grok_psinfo() 66 …= _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZ… in tilegx_elf_grok_psinfo()
|
D | elf.c | 8125 elfcore_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elfcore_grok_prstatus() argument 8130 if (note->descsz == sizeof (prstatus_t)) in elfcore_grok_prstatus() 8136 memcpy (&prstat, note->descdata, sizeof (prstat)); in elfcore_grok_prstatus() 8158 else if (note->descsz == sizeof (prstatus32_t)) in elfcore_grok_prstatus() 8165 memcpy (&prstat, note->descdata, sizeof (prstat)); in elfcore_grok_prstatus() 8196 size, note->descpos + offset); in elfcore_grok_prstatus() 8204 Elf_Internal_Note *note) in elfcore_make_note_pseudosection() argument 8207 note->descsz, note->descpos); in elfcore_make_note_pseudosection() 8215 elfcore_grok_prfpreg (bfd *abfd, Elf_Internal_Note *note) in elfcore_grok_prfpreg() argument 8217 return elfcore_make_note_pseudosection (abfd, ".reg2", note); in elfcore_grok_prfpreg() [all …]
|
D | elfxx-aarch64.c | 475 _bfd_aarch64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in _bfd_aarch64_elf_grok_prstatus() argument 480 switch (note->descsz) in _bfd_aarch64_elf_grok_prstatus() 488 = bfd_get_16 (abfd, note->descdata + 12); in _bfd_aarch64_elf_grok_prstatus() 492 = bfd_get_32 (abfd, note->descdata + 32); in _bfd_aarch64_elf_grok_prstatus() 503 size, note->descpos + offset); in _bfd_aarch64_elf_grok_prstatus() 507 _bfd_aarch64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in _bfd_aarch64_elf_grok_psinfo() argument 509 switch (note->descsz) in _bfd_aarch64_elf_grok_psinfo() 515 elf_tdata (abfd)->core->pid = bfd_get_32 (abfd, note->descdata + 24); in _bfd_aarch64_elf_grok_psinfo() 517 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16); in _bfd_aarch64_elf_grok_psinfo() 519 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80); in _bfd_aarch64_elf_grok_psinfo()
|
D | elf32-sparc.c | 34 elf32_sparc_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_sparc_grok_psinfo() argument 36 switch (note->descsz) in elf32_sparc_grok_psinfo() 43 = _bfd_elfcore_strndup (abfd, note->descdata + 84, 16); in elf32_sparc_grok_psinfo() 45 = _bfd_elfcore_strndup (abfd, note->descdata + 100, 80); in elf32_sparc_grok_psinfo() 50 = _bfd_elfcore_strndup (abfd, note->descdata + 88, 16); in elf32_sparc_grok_psinfo() 52 = _bfd_elfcore_strndup (abfd, note->descdata + 104, 80); in elf32_sparc_grok_psinfo()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | note-1.t | 5 note PT_NOTE; 12 .note : { *(.note) } :note
|
D | note-2.t | 5 note PT_NOTE; 11 .note : { *(.note) } :note
|
D | maxpage5.t | 7 note PT_NOTE; 13 .note : { *(.note) } :note
|
D | note-3.t | 4 note PT_NOTE; 10 .note : { *(.note) } :note :text
|
D | orphan.s | 5 .section .note,"a","note" 9 .section .note.bar,"a","note"
|
D | note-1.s | 5 .section .note,"",%note
|
D | note-2.s | 7 .section .note,"",%note
|
D | maxpage5.s | 7 .section .note,"",%note
|
D | note-3.s | 9 .section .note,"",%note
|
D | orphan.ld | 6 .note : { *(.note) }
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | note-1.d | 3 #objcopy: --add-section .note=$srcdir/note-1.d 12 \[[ 0-9]*\] .note NOTE 0*0000000 0*...... 0*000... .*
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | split_x32_4.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits 23 .section .note.GNU-no-split-stack,"",@progbits
|
D | split_x86_64_4.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits 23 .section .note.GNU-no-split-stack,"",@progbits
|
D | split_i386_4.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits 23 .section .note.GNU-no-split-stack,"",@progbits
|
D | split_x32_3.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits
|
D | split_i386_3.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits
|
D | split_x86_64_3.s | 21 .section .note.GNU-stack,"",@progbits 22 .section .note.GNU-split-stack,"",@progbits
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-bfin.c | 984 INSTR_T note = NULL_CODE; in Expr_Node_Gen_Reloc() local 1033 note = note1; in Expr_Node_Gen_Reloc() 1036 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1038 note = conscode (note1, note); in Expr_Node_Gen_Reloc() 1049 note = conscode (note_reloc2 (gencode (0), head->Left_Child->value.s_value, in Expr_Node_Gen_Reloc() 1053 note = conscode (note1, note); in Expr_Node_Gen_Reloc() 1058 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1060 note = conscode (note1, note); in Expr_Node_Gen_Reloc() 1061 note = conctcode (Expr_Node_Gen_Reloc_R (head), note); in Expr_Node_Gen_Reloc() 1063 return note; in Expr_Node_Gen_Reloc() [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
D | abi-note.d | 1 #name: --gc-sections with note section 8 .* .note.ABI-tag[ ]+NOTE.*
|