Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/toolchain/binutils/binutils-2.25/bfd/
Delf32-am33lin.c42 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()
Delf64-tilegx.c32 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()
Delf32-tilegx.c32 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()
Delf.c8125 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 …]
Delfxx-aarch64.c475 _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()
Delf32-sparc.c34 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/
Dnote-1.t5 note PT_NOTE;
12 .note : { *(.note) } :note
Dnote-2.t5 note PT_NOTE;
11 .note : { *(.note) } :note
Dmaxpage5.t7 note PT_NOTE;
13 .note : { *(.note) } :note
Dnote-3.t4 note PT_NOTE;
10 .note : { *(.note) } :note :text
Dorphan.s5 .section .note,"a","note"
9 .section .note.bar,"a","note"
Dnote-1.s5 .section .note,"",%note
Dnote-2.s7 .section .note,"",%note
Dmaxpage5.s7 .section .note,"",%note
Dnote-3.s9 .section .note,"",%note
Dorphan.ld6 .note : { *(.note) }
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Dnote-1.d3 #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/
Dsplit_x32_4.s21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
23 .section .note.GNU-no-split-stack,"",@progbits
Dsplit_x86_64_4.s21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
23 .section .note.GNU-no-split-stack,"",@progbits
Dsplit_i386_4.s21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
23 .section .note.GNU-no-split-stack,"",@progbits
Dsplit_x32_3.s21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
Dsplit_i386_3.s21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
Dsplit_x86_64_3.s21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-bfin.c984 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/
Dabi-note.d1 #name: --gc-sections with note section
8 .* .note.ABI-tag[ ]+NOTE.*

12345678910>>...12