/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | pe-dll.c | 1046 bfd_set_section_size (edata_s, edata_sz); in build_filler_bfd() 1061 bfd_set_section_size (reloc_s, 0); in build_filler_bfd() 2103 bfd_set_section_size (id2, 20); in make_head() 2115 bfd_set_section_size (id5, PE_IDATA5_SIZE); in make_head() 2117 bfd_set_section_size (id5, 0); in make_head() 2122 bfd_set_section_size (id4, PE_IDATA4_SIZE); in make_head() 2124 bfd_set_section_size (id4, 0); in make_head() 2189 bfd_set_section_size (id4, PE_IDATA4_SIZE); in make_tail() 2194 bfd_set_section_size (id5, PE_IDATA5_SIZE); in make_tail() 2202 bfd_set_section_size (id7, len); in make_tail() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pe-dll.c | 1068 bfd_set_section_size (edata_s, edata_sz); in build_filler_bfd() 1083 bfd_set_section_size (reloc_s, 0); in build_filler_bfd() 2134 bfd_set_section_size (id2, 20); in make_head() 2146 bfd_set_section_size (id5, PE_IDATA5_SIZE); in make_head() 2148 bfd_set_section_size (id5, 0); in make_head() 2153 bfd_set_section_size (id4, PE_IDATA4_SIZE); in make_head() 2155 bfd_set_section_size (id4, 0); in make_head() 2221 bfd_set_section_size (id4, PE_IDATA4_SIZE); in make_tail() 2226 bfd_set_section_size (id5, PE_IDATA5_SIZE); in make_tail() 2234 bfd_set_section_size (id7, len); in make_tail() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | i386msdos.c | 114 bfd_set_section_size (section, size); in msdos_object_p()
|
H A D | section.c | 1443 bfd_set_section_size (asection *sec, bfd_size_type val) in bfd_set_section_size() function
|
H A D | opncls.c | 1688 if (!bfd_set_section_size (sect, debuglink_size)) in bfd_create_gnu_debuglink_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | i386msdos.c | 114 bfd_set_section_size (section, size); in msdos_object_p()
|
H A D | section.c | 1429 bfd_set_section_size (asection *sec, bfd_size_type val) in bfd_set_section_size() function
|
H A D | opncls.c | 1730 if (!bfd_set_section_size (sect, debuglink_size)) in bfd_create_gnu_debuglink_section()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | objcopy.c | 2983 if (!bfd_set_section_size (padd->section, padd->size)) in copy_object() 3030 if (!bfd_set_section_size (osec, pupdate->size)) in copy_object() 3078 && !bfd_set_section_size (osec->output_section, merged->size)) in copy_object() 3261 if (!bfd_set_section_size (osections[i], in copy_object() 3287 if (!bfd_set_section_size (osections[num_sec - 1], _pad_to - lma)) in copy_object() 4222 if (!bfd_set_section_size (osection, size)) in setup_section() 4510 bfd_set_section_size (osection, 0); in copy_section() 4743 || !bfd_set_section_size (stabsec, symsize) in write_debugging_info() 4744 || !bfd_set_section_size (stabstrsec, stringsize) in write_debugging_info()
|
H A D | resres.c | 145 if (!bfd_set_section_size (sec, (sec_length + 3) & ~3)) in write_res_file()
|
H A D | rescoff.c | 553 if (!bfd_set_section_size (sec, length)) in write_coff_file()
|
H A D | windmc.c | 701 if (!bfd_set_section_size (mc_bfd.sec, sec_length)) in windmc_write_bin()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objcopy.c | 2887 if (!bfd_set_section_size (padd->section, padd->size)) in copy_object() 2934 if (!bfd_set_section_size (osec, pupdate->size)) in copy_object() 2984 && !bfd_set_section_size (osec->output_section, merged->size)) in copy_object() 3167 if (!bfd_set_section_size (osections[i], in copy_object() 3193 if (!bfd_set_section_size (osections[num_sec - 1], _pad_to - lma)) in copy_object() 4102 if (!bfd_set_section_size (osection, size)) in setup_section() 4635 || !bfd_set_section_size (stabsec, symsize) in write_debugging_info() 4636 || !bfd_set_section_size (stabstrsec, stringsize) in write_debugging_info()
|
H A D | resres.c | 145 if (!bfd_set_section_size (sec, (sec_length + 3) & ~3)) in write_res_file()
|
H A D | rescoff.c | 550 if (!bfd_set_section_size (sec, length)) in write_coff_file()
|
H A D | windmc.c | 701 if (!bfd_set_section_size (mc_bfd.sec, sec_length)) in windmc_write_bin()
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | cr16elf.em | 84 || !bfd_set_section_size (relsec, datasec->reloc_count * 8))
|
H A D | m68kelf.em | 108 || !bfd_set_section_size (relsec, datasec->reloc_count * 12))
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | cr16elf.em | 84 || !bfd_set_section_size (relsec, datasec->reloc_count * 8))
|
H A D | m68kelf.em | 108 || !bfd_set_section_size (relsec, datasec->reloc_count * 12))
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | section.texi | 712 @findex bfd_set_section_size 713 @subsubsection @code{bfd_set_section_size} 714 @deftypefn {Function} bool bfd_set_section_size (asection *sec, bfd_size_type val);
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | section.texi | 961 @findex bfd_set_section_size 962 @subsubsection @code{bfd_set_section_size} 965 bool bfd_set_section_size (asection *sec, bfd_size_type val);
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-elf.c | 3004 bfd_set_section_size (group, size); in elf_frob_file_after_relocs() 3062 bfd_set_section_size (sec, bfd_ecoff_debug_size (stdoutput, &debug, in elf_frob_file_after_relocs()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-elf.c | 3069 bfd_set_section_size (group, size); in elf_frob_file_after_relocs() 3124 bfd_set_section_size (sec, bfd_ecoff_debug_size (stdoutput, &debug, in elf_frob_file_after_relocs()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | write.c | 597 x = bfd_set_section_size (sec, newsize); in size_seg() 1596 bool x = bfd_set_section_size (sec, compressed_size); in compress_debug()
|