Home
last modified time | relevance | path

Searched refs:bfd_h_put_32 (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c1085 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 …]
Delf32-ip2k.c714 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()
Dcoff-rs6000.c3728 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()
Dlibaout.h34 #define H_PUT_32 bfd_h_put_32
Dbfd-in2.h1161 #define bfd_h_put_32(abfd, val, ptr) \ macro
1164 bfd_h_put_32
1182 #define H_PUT_32 bfd_h_put_32
DChangeLog-94954914 * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-som.c284 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8); in adjust_stab_sections()
Dobj-coff.c1814 bfd_h_put_32 (stdoutput, size, (bfd_byte *) p + 8); in coff_frob_section()
Dobj-elf.c2044 bfd_h_put_32 (abfd, strsz, p + 8); in adjust_stab_sections()
/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c1300 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/
Delf32.em949 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);