| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | pe-dll.c | 892 bfd_set_section_size (filler_bfd, reloc_s, 0); in build_filler_bfd() 1717 bfd_set_section_size (abfd, id2, 20); in make_head() 1727 bfd_set_section_size (abfd, id5, PE_IDATA5_SIZE); in make_head() 1798 bfd_set_section_size (abfd, id7, len); in make_tail() 2003 bfd_set_section_size (abfd, tx, 0); in make_one() 2005 bfd_set_section_size (abfd, id7, 4); in make_one() 2049 bfd_set_section_size (abfd, id6, 0); in make_one() 2057 bfd_set_section_size (abfd, id6, len); in make_one() 2200 bfd_set_section_size (abfd, id2, 20); in make_import_fixup_entry() 2251 bfd_set_section_size (abfd, rt_rel, 8); in make_runtime_pseudo_reloc() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gcore.c | 94 bfd_set_section_size (obfd, note_sec, note_size); in gcore_command() 385 bfd_set_section_size (obfd, osec, size); in gcore_create_callback()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | objcopy.c | 1462 if (! bfd_set_section_size (obfd, padd->section, padd->size)) in copy_object() 1590 if (! bfd_set_section_size (obfd, osections[i], in copy_object() 1615 if (! bfd_set_section_size (obfd, osections[c - 1], in copy_object() 2226 if (! bfd_set_section_size (obfd, osection, size)) in setup_section() 2600 || ! bfd_set_section_size (obfd, stabsec, symsize) in write_debugging_info() 2601 || ! bfd_set_section_size (obfd, stabstrsec, stringsize) in write_debugging_info()
|
| H A D | resres.c | 149 if (! bfd_set_section_size (abfd, sec, (sec_length + 3) & ~3)) in write_res_file()
|
| H A D | rescoff.c | 536 if (! bfd_set_section_size (abfd, sec, length)) in write_coff_file()
|
| H A D | windmc.c | 729 if (! bfd_set_section_size (mc_bfd.abfd, mc_bfd.sec, sec_length)) in windmc_write_bin()
|
| H A D | dlltool.c | 2639 bfd_set_section_size (abfd, si->sec, si->size); in make_one_lib_file()
|
| H A D | ChangeLog-9899 | 1502 (copy_section): Do not call bfd_set_section_size.
|
| H A D | ieee.c | 4694 if (! bfd_set_section_size (abfd, s, size)) in write_ieee_debugging_info()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | section.c | 1288 bfd_set_section_size (bfd *abfd, sec_ptr ptr, bfd_size_type val) in bfd_set_section_size() function
|
| H A D | opncls.c | 1394 if (! bfd_set_section_size (abfd, sect, debuglink_size)) in bfd_create_gnu_debuglink_section()
|
| H A D | peicode.h | 617 bfd_set_section_size (vars->abfd, sec, (bfd_size_type) size); in pe_ILF_make_a_section()
|
| H A D | coff-alpha.c | 467 if (! bfd_set_section_size (abfd, sec, size))
|
| H A D | bfd-in2.h | 1712 bfd_boolean bfd_set_section_size
|
| H A D | elf32-spu.c | 560 if (!bfd_set_section_size (ibfd, s, size)) in spu_elf_create_sections()
|
| H A D | elf32-ppc.c | 2246 if (! bfd_set_section_size (abfd, asec, output_section_size)) in ppc_elf_begin_write_processing()
|
| H A D | elf.c | 810 || ! bfd_set_section_size (abfd, newsect, hdr->sh_size) in _bfd_elf_make_section_from_shdr()
|
| H A D | elflink.c | 9423 bfd_set_section_size (abfd, o, attr_size); in bfd_elf_final_link()
|
| H A D | elfxx-mips.c | 7209 bfd_set_section_size (output_bfd, ri, sizeof (Elf32_External_RegInfo)); in _bfd_mips_elf_always_size_sections()
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-dump.c | 217 bfd_set_section_size (obfd, osection, len); in dump_bfd_file()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.c | 1991 bfd_set_section_size (stdoutput, s, size); in elf_frob_file() 2102 bfd_set_section_size in elf_frob_file_after_relocs()
|
| H A D | obj-coff.c | 1671 bfd_set_section_size (stdoutput, sec, new_size); in coff_frob_section()
|
| H A D | tc-arm.c | 19763 bfd_set_section_size (stdoutput, sec, 0); in md_begin()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | write.c | 564 x = bfd_set_section_size (abfd, sec, newsize); in size_seg()
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 1718 bfd_boolean bfd_set_section_size
|