| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | mach-o.c | 1250 bfd_h_put_32 (abfd, header->magic, raw.magic); in bfd_mach_o_write_header() 1251 bfd_h_put_32 (abfd, header->cputype, raw.cputype); in bfd_mach_o_write_header() 1252 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype); in bfd_mach_o_write_header() 1253 bfd_h_put_32 (abfd, header->filetype, raw.filetype); in bfd_mach_o_write_header() 1254 bfd_h_put_32 (abfd, header->ncmds, raw.ncmds); in bfd_mach_o_write_header() 1255 bfd_h_put_32 (abfd, header->sizeofcmds, raw.sizeofcmds); in bfd_mach_o_write_header() 1256 bfd_h_put_32 (abfd, header->flags, raw.flags); in bfd_mach_o_write_header() 1259 bfd_h_put_32 (abfd, header->reserved, raw.reserved); in bfd_mach_o_write_header() 1286 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread() 1287 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread() [all …]
|
| D | elf-properties.c | 549 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in elf_write_gnu_properties() 550 bfd_h_put_32 (abfd, size - descsz, &e_note->descsz); in elf_write_gnu_properties() 551 bfd_h_put_32 (abfd, NT_GNU_PROPERTY_TYPE_0, &e_note->type); in elf_write_gnu_properties() 565 bfd_h_put_32 (abfd, list->property.pr_type, contents + size); in elf_write_gnu_properties() 566 bfd_h_put_32 (abfd, datasz, contents + size + 4); in elf_write_gnu_properties() 588 bfd_h_put_32 (abfd, list->property.u.number, in elf_write_gnu_properties()
|
| D | elf32-ip2k.c | 713 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations() 729 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()
|
| D | coff-rs6000.c | 4184 bfd_h_put_32 (abfd, val, &data_buffer[0x04]); in xcoff_generate_rtinit() 4186 bfd_h_put_32 (abfd, val, &data_buffer[0x14]); in xcoff_generate_rtinit() 4193 bfd_h_put_32 (abfd, val, &data_buffer[0x08]); in xcoff_generate_rtinit() 4195 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]); in xcoff_generate_rtinit() 4200 bfd_h_put_32 (abfd, val, &data_buffer[0x0C]); in xcoff_generate_rtinit() 4221 bfd_h_put_32 (abfd, val, &string_table[0]); in xcoff_generate_rtinit()
|
| D | libaout.h | 34 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | mach-o.c | 1250 bfd_h_put_32 (abfd, header->magic, raw.magic); in bfd_mach_o_write_header() 1251 bfd_h_put_32 (abfd, header->cputype, raw.cputype); in bfd_mach_o_write_header() 1252 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype); in bfd_mach_o_write_header() 1253 bfd_h_put_32 (abfd, header->filetype, raw.filetype); in bfd_mach_o_write_header() 1254 bfd_h_put_32 (abfd, header->ncmds, raw.ncmds); in bfd_mach_o_write_header() 1255 bfd_h_put_32 (abfd, header->sizeofcmds, raw.sizeofcmds); in bfd_mach_o_write_header() 1256 bfd_h_put_32 (abfd, header->flags, raw.flags); in bfd_mach_o_write_header() 1259 bfd_h_put_32 (abfd, header->reserved, raw.reserved); in bfd_mach_o_write_header() 1286 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread() 1287 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread() [all …]
|
| D | elf-properties.c | 549 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in elf_write_gnu_properties() 550 bfd_h_put_32 (abfd, size - descsz, &e_note->descsz); in elf_write_gnu_properties() 551 bfd_h_put_32 (abfd, NT_GNU_PROPERTY_TYPE_0, &e_note->type); in elf_write_gnu_properties() 565 bfd_h_put_32 (abfd, list->property.pr_type, contents + size); in elf_write_gnu_properties() 566 bfd_h_put_32 (abfd, datasz, contents + size + 4); in elf_write_gnu_properties() 588 bfd_h_put_32 (abfd, list->property.u.number, in elf_write_gnu_properties()
|
| D | elf32-ip2k.c | 713 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations() 729 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()
|
| D | coff-rs6000.c | 4184 bfd_h_put_32 (abfd, val, &data_buffer[0x04]); in xcoff_generate_rtinit() 4186 bfd_h_put_32 (abfd, val, &data_buffer[0x14]); in xcoff_generate_rtinit() 4193 bfd_h_put_32 (abfd, val, &data_buffer[0x08]); in xcoff_generate_rtinit() 4195 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]); in xcoff_generate_rtinit() 4200 bfd_h_put_32 (abfd, val, &data_buffer[0x0C]); in xcoff_generate_rtinit() 4221 bfd_h_put_32 (abfd, val, &string_table[0]); in xcoff_generate_rtinit()
|
| D | libaout.h | 34 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | nto.em | 75 bfd_h_put_32 (stub_file->the_bfd, sizeof "QNX", &e_note->namesz); 76 bfd_h_put_32 (stub_file->the_bfd, sizeof (struct nto_stack_note), &e_note->descsz); 77 bfd_h_put_32 (stub_file->the_bfd, type, &e_note->type); 165 bfd_h_put_32 (note_sec->owner, link_info.stacksize, &n_note->stacksize); 167 bfd_h_put_32 (note_sec->owner, 0, &n_note->stacksize); 170 bfd_h_put_32 (note_sec->owner, 4096, &n_note->stackalloc); 172 bfd_h_put_32 (note_sec->owner, link_info.stacksize, &n_note->stackalloc); 175 bfd_h_put_32 (note_sec->owner, 0, &n_note->execstack); 177 bfd_h_put_32 (note_sec->owner, 1, &n_note->execstack);
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | libbfd.texi | 218 #define bfd_h_put_32(abfd, val, ptr) \ 221 bfd_h_put_32 239 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldelf.c | 1475 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in write_build_id() 1476 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_build_id() 1477 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type); in write_build_id() 1564 bfd_h_put_32 (abfd, sizeof "FDO", &e_note->namesz); in write_package_metadata() 1565 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_package_metadata() 1566 bfd_h_put_32 (abfd, FDO_PACKAGING_METADATA, &e_note->type); in write_package_metadata()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | obj-som.c | 288 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8); in adjust_stab_sections()
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/alpha/ |
| D | bfd-in3.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/vax/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/earmhf/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/mipsel/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/sparc/ |
| D | bfd-in3.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/i386/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/ia64/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/gdb/lib/libbfd/arch/hppa/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sparc64/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/mipsel/ |
| D | bfd.h | 268 #define bfd_h_put_32(abfd, val, ptr) \ macro 271 bfd_h_put_32 289 #define H_PUT_32 bfd_h_put_32
|