Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.c296 bfd_h_put_32 (abfd, header->magic, buf + 0); in bfd_mach_o_write_header()
380 bfd_h_put_32 (abfd, seg->vmaddr, buf + 16); in bfd_mach_o_scan_write_segment()
381 bfd_h_put_32 (abfd, seg->vmsize, buf + 20); in bfd_mach_o_scan_write_segment()
382 bfd_h_put_32 (abfd, seg->fileoff, buf + 24); in bfd_mach_o_scan_write_segment()
386 bfd_h_put_32 (abfd, seg->nsects, buf + 40); in bfd_mach_o_scan_write_segment()
387 bfd_h_put_32 (abfd, seg->flags, buf + 44); in bfd_mach_o_scan_write_segment()
478 bfd_h_put_32 (abfd, seg->symoff, buf); in bfd_mach_o_scan_write_symtab()
479 bfd_h_put_32 (abfd, seg->nsyms, buf + 4); in bfd_mach_o_scan_write_symtab()
480 bfd_h_put_32 (abfd, seg->stroff, buf + 8); in bfd_mach_o_scan_write_symtab()
519 bfd_h_put_32 (abfd, typeflag, buf); in bfd_mach_o_write_contents()
[all …]
H A Delf32-ip2k.c711 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()
727 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()
H A Dlibaout.h35 #define H_PUT_32 bfd_h_put_32
H A Dcoff-rs6000.c3749 bfd_h_put_32 (abfd, val, &data_buffer[0x04]);
3751 bfd_h_put_32 (abfd, val, &data_buffer[0x14]);
3758 bfd_h_put_32 (abfd, val, &data_buffer[0x08]);
3760 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]);
3765 bfd_h_put_32 (abfd, val, &data_buffer[0x0C]);
3783 bfd_h_put_32 (abfd, val, &string_table[0]);
H A Dbfd-in2.h1039 #define bfd_h_put_32(abfd, val, ptr) \ macro
1042 bfd_h_put_32
1060 #define H_PUT_32 bfd_h_put_32
H A DChangeLog-94954914 * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dmpw-config.in78 sed -e 's/^ PUT_AOUTHDR_TSIZE (/ bfd_h_put_32 (/' \Option-d
79 -e 's/^ PUT_AOUTHDR_DSIZE (/ bfd_h_put_32 (/' \Option-d
80 -e 's/^ PUT_AOUTHDR_BSIZE (/ bfd_h_put_32 (/' \Option-d
81 -e 's/^ PUT_AOUTHDR_ENTRY (/ bfd_h_put_32 (/' \Option-d
82 -e 's/^ PUT_AOUTHDR_TEXT_START (/ bfd_h_put_32 (/' \Option-d
83 -e 's/^ PUT_AOUTHDR_DATA_START (/ bfd_h_put_32 (/' \Option-d
H A Dmach-o.c423 bfd_h_put_32 (abfd, typeflag, buf);
424 bfd_h_put_32 (abfd, cur->len, buf + 4);
504 bfd_h_put_32 (abfd, header->magic, buf + 0);
508 bfd_h_put_32 (abfd, header->ncmds, buf + 16);
1235 bfd_h_put_32 (abfd, seg->symoff, buf);
1236 bfd_h_put_32 (abfd, seg->nsyms, buf + 4);
1237 bfd_h_put_32 (abfd, seg->stroff, buf + 8);
1431 bfd_h_put_32 (abfd, seg->vmaddr, buf + 16);
1432 bfd_h_put_32 (abfd, seg->vmsize, buf + 20);
1437 bfd_h_put_32 (abfd, seg->nsects, buf + 40);
[all …]
H A Dcoff-rs6000.c3754 bfd_h_put_32 (abfd, val, &data_buffer[0x04]);
3756 bfd_h_put_32 (abfd, val, &data_buffer[0x14]);
3763 bfd_h_put_32 (abfd, val, &data_buffer[0x08]);
3765 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]);
3770 bfd_h_put_32 (abfd, val, &data_buffer[0x0C]);
3788 bfd_h_put_32 (abfd, val, &string_table[0]);
H A Delf32-ip2k.c1233 bfd_h_put_32 (abfd, value,stabp + VALOFF);
1249 bfd_h_put_32 (abfd, value,stabp + VALOFF);
H A Dlibaout.h35 #define H_PUT_32 bfd_h_put_32
H A Dbfd-in2.h944 #define bfd_h_put_32(abfd, val, ptr) \ macro
947 bfd_h_put_32
965 #define H_PUT_32 bfd_h_put_32
H A DChangeLog-94954914 * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dlibbfd.texi127 #define bfd_h_put_32(abfd, val, ptr) \
130 bfd_h_put_32
148 #define H_PUT_32 bfd_h_put_32
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dlibbfd.texi130 #define bfd_h_put_32(abfd, val, ptr) \
133 bfd_h_put_32
151 #define H_PUT_32 bfd_h_put_32
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-som.c306 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8);
H A Dobj-elf.c1596 bfd_h_put_32 (abfd, strsz, p + 8); in adjust_stab_sections()
H A Dobj-coff.c1623 bfd_h_put_32 (stdoutput, size, (bfd_byte *) p + 8);
4589 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8);
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-som.c292 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8); in adjust_stab_sections()
H A Dobj-coff.c1728 bfd_h_put_32 (stdoutput, size, (bfd_byte *) p + 8); in coff_frob_section()
H A Dobj-elf.c1676 bfd_h_put_32 (abfd, strsz, p + 8); in adjust_stab_sections()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c1303 bfd_h_put_32 (outbfd, (bfd_vma) 0, buf); in copy_sections()
1310 bfd_h_put_32 (outbfd, (bfd_vma) outsec->filepos, buf); in copy_sections()
1312 bfd_h_put_32 (outbfd, (bfd_vma) 0, buf); in copy_sections()
1317 bfd_h_put_32 (outbfd, (bfd_vma) size, buf); in copy_sections()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c1302 bfd_h_put_32 (outbfd, (bfd_vma) 0, buf); in copy_sections()
1309 bfd_h_put_32 (outbfd, (bfd_vma) outsec->filepos, buf); in copy_sections()
1311 bfd_h_put_32 (outbfd, (bfd_vma) 0, buf); in copy_sections()
1316 bfd_h_put_32 (outbfd, (bfd_vma) size, buf); in copy_sections()