Searched refs:bfd_h_put_32 (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 1085 bfd_h_put_32 (abfd, header->magic, raw.magic); in bfd_mach_o_write_header() 1086 bfd_h_put_32 (abfd, header->cputype, raw.cputype); in bfd_mach_o_write_header() 1087 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype); in bfd_mach_o_write_header() 1088 bfd_h_put_32 (abfd, header->filetype, raw.filetype); in bfd_mach_o_write_header() 1089 bfd_h_put_32 (abfd, header->ncmds, raw.ncmds); in bfd_mach_o_write_header() 1090 bfd_h_put_32 (abfd, header->sizeofcmds, raw.sizeofcmds); in bfd_mach_o_write_header() 1091 bfd_h_put_32 (abfd, header->flags, raw.flags); in bfd_mach_o_write_header() 1094 bfd_h_put_32 (abfd, header->reserved, raw.reserved); in bfd_mach_o_write_header() 1121 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread() 1122 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread() [all …]
|
D | elf32-ip2k.c | 714 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations() 730 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()
|
D | coff-rs6000.c | 3728 bfd_h_put_32 (abfd, val, &data_buffer[0x04]); in xcoff_generate_rtinit() 3730 bfd_h_put_32 (abfd, val, &data_buffer[0x14]); in xcoff_generate_rtinit() 3737 bfd_h_put_32 (abfd, val, &data_buffer[0x08]); in xcoff_generate_rtinit() 3739 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]); in xcoff_generate_rtinit() 3744 bfd_h_put_32 (abfd, val, &data_buffer[0x0C]); in xcoff_generate_rtinit() 3762 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
|
D | bfd-in2.h | 1161 #define bfd_h_put_32(abfd, val, ptr) \ macro 1164 bfd_h_put_32 1182 #define H_PUT_32 bfd_h_put_32
|
D | ChangeLog-9495 | 4914 * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-som.c | 284 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8); in adjust_stab_sections()
|
D | obj-coff.c | 1814 bfd_h_put_32 (stdoutput, size, (bfd_byte *) p + 8); in coff_frob_section()
|
D | obj-elf.c | 2044 bfd_h_put_32 (abfd, strsz, p + 8); in adjust_stab_sections()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 1300 bfd_h_put_32 (outbfd, (bfd_vma) 0, buf); in copy_sections() 1307 bfd_h_put_32 (outbfd, (bfd_vma) outsec->filepos, buf); in copy_sections() 1309 bfd_h_put_32 (outbfd, (bfd_vma) 0, buf); in copy_sections() 1314 bfd_h_put_32 (outbfd, (bfd_vma) size, buf); in copy_sections()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 949 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); 950 bfd_h_put_32 (abfd, size, &e_note->descsz); 951 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type);
|