| /src/external/gpl3/gdb/dist/gdb/ |
| gcore-elf.c | 36 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) 38 note_data (note_data), note_size (note_size), 53 int *note_size; member in struct:gcore_elf_collect_regset_section_cb_data 91 data->note_size, data->lwp, 97 data->note_size, sect_name, buf.data (), 105 buffer represented by *NOTE_DATA and NOTE_SIZE. OBFD is the bfd into 112 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size, 118 note_data, note_size); 128 bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) [all...] |
| gcore.c | 82 int note_size = 0; local 91 note_data = target_make_corefile_notes (obfd, ¬e_size); 93 note_data = gdbarch_make_corefile_notes (arch, obfd, ¬e_size); 95 if (note_data == NULL || note_size == 0) 109 bfd_set_section_size (note_sec, note_size); 122 note_size))
|
| procfs.c | 3489 int *note_size, enum gdb_signal stop_signal) 3508 note_size, 3515 note_size, 3524 int *note_size, gdb_signal stop_signal) 3525 : obfd (obfd), note_data (note_data), note_size (note_size), 3531 int *note_size; member in struct:procfs_corefile_thread_data 3547 args->note_size, 3576 procfs_target::make_corefile_notes (bfd *obfd, int *note_size) 3606 note_size, [all...] |
| linux-tdep.c | 1133 size_t note_size = bfd_section_size (section); local 1135 if (note_size < 2 * addr_size) 1141 gdb::byte_vector contents (note_size); 1143 contents.data (), 0, note_size)) 1150 char *descend = (char *) descdata + note_size; 1152 if (descdata[note_size - 1] != '\0') 1167 if (note_size < 2 * addr_size + count * 3 * addr_size) 1733 the output BFD. NOTE_DATA is the current note data, and NOTE_SIZE 1734 is a pointer to the note size. Updates NOTE_DATA and NOTE_SIZE. */ 1739 int *note_size) [all...] |
| fbsd-tdep.c | 676 fbsd_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size) 698 note_size, fname, 728 obfd, ¬e_data, note_size); 735 obfd, ¬e_data, note_size); 745 note_size, "FreeBSD", 758 note_size, "FreeBSD", 770 note_size, "FreeBSD", 783 gcore_elf_make_tdesc_note (gdbarch, obfd, ¬e_data, note_size); 1034 size_t note_size = bfd_section_size (section); local 1035 if (note_size < 4 1156 size_t note_size; local 1207 size_t note_size; local 1295 size_t note_size; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gcore-elf.c | 36 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) 38 note_data (note_data), note_size (note_size), 53 int *note_size; member in struct:gcore_elf_collect_regset_section_cb_data 91 data->note_size, data->lwp, 97 data->note_size, sect_name, buf.data (), 105 buffer represented by *NOTE_DATA and NOTE_SIZE. OBFD is the bfd into 112 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size, 118 note_data, note_size); 128 bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) [all...] |
| gcore.c | 82 int note_size = 0; local 91 note_data = target_make_corefile_notes (obfd, ¬e_size); 93 note_data = gdbarch_make_corefile_notes (arch, obfd, ¬e_size); 95 if (note_data == NULL || note_size == 0) 109 bfd_set_section_size (note_sec, note_size); 122 note_size))
|
| procfs.c | 3484 int *note_size, enum gdb_signal stop_signal) 3503 note_size, 3510 note_size, 3519 int *note_size, gdb_signal stop_signal) 3520 : obfd (obfd), note_data (note_data), note_size (note_size), 3526 int *note_size; member in struct:procfs_corefile_thread_data 3542 args->note_size, 3571 procfs_target::make_corefile_notes (bfd *obfd, int *note_size) 3600 note_size, [all...] |
| linux-tdep.c | 1142 size_t note_size = bfd_section_size (section); local 1144 if (note_size < 2 * addr_size) 1150 gdb::byte_vector contents (note_size); 1152 contents.data (), 0, note_size)) 1159 char *descend = (char *) descdata + note_size; 1161 if (descdata[note_size - 1] != '\0') 1176 if (note_size < 2 * addr_size + count * 3 * addr_size) 1750 the output BFD. NOTE_DATA is the current note data, and NOTE_SIZE 1751 is a pointer to the note size. Updates NOTE_DATA and NOTE_SIZE. */ 1756 int *note_size) [all...] |
| fbsd-tdep.c | 675 fbsd_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size) 697 note_size, fname, 727 obfd, ¬e_data, note_size); 734 obfd, ¬e_data, note_size); 744 note_size, "FreeBSD", 757 note_size, "FreeBSD", 769 note_size, "FreeBSD", 782 gcore_elf_make_tdesc_note (gdbarch, obfd, ¬e_data, note_size); 1033 size_t note_size = bfd_section_size (section); local 1034 if (note_size < 4 1155 size_t note_size; local 1206 size_t note_size; local 1294 size_t note_size; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| write.c | 1992 offsetT note_size; local 2016 note_size = 28; 2032 note_size = 36; 2063 note = frag_more (note_size); 2064 memset (note, 0, note_size); 2099 total_size += note_size;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| write.c | 1990 offsetT note_size; local 2014 note_size = 28; 2030 note_size = 36; 2061 note = frag_more (note_size); 2062 memset (note, 0, note_size); 2097 total_size += note_size;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-ia64-vms.c | 1161 unsigned int note_size; local 1222 note_size = 0; 1224 note_size += sizeof (Elf64_External_VMS_Note) - 1 1229 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size); 1252 ia64_info->note_sec->size = note_size;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-ia64-vms.c | 1161 unsigned int note_size; local 1222 note_size = 0; 1224 note_size += sizeof (Elf64_External_VMS_Note) - 1 1229 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size); 1252 ia64_info->note_sec->size = note_size;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-ia64-vms.c | 1161 unsigned int note_size; local 1222 note_size = 0; 1224 note_size += sizeof (Elf64_External_VMS_Note) - 1 1229 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size); 1251 ia64_info->note_sec->size = note_size;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-ia64-vms.c | 1162 unsigned int note_size; local 1223 note_size = 0; 1225 note_size += sizeof (Elf64_External_VMS_Note) - 1 1230 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size); 1252 ia64_info->note_sec->size = note_size;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 2546 bfd_size_type note_size = 12 + pnote->padded_namesz + pnote->note.descsz; 2591 old += note_size; 2544 bfd_size_type note_size = 12 + pnote->padded_namesz + pnote->note.descsz; local
|