Home
last modified time | relevance | path

Searched refs:rel_size (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c727 unsigned long rel_size, in slurp_rel_relocs() argument
859 unsigned long rel_size, in slurp_relr_relocs() argument
1069 unsigned long rel_size, in dump_relocations() argument
1086 if (!slurp_relr_relocs (file, rel_offset, rel_size, &rels, &rel_size)) in dump_relocations()
1090 rel_offset, rel_size); in dump_relocations()
1094 if (!slurp_rela_relocs (file, rel_offset, rel_size, &rels, &rel_size)) in dump_relocations()
1099 if (!slurp_rel_relocs (file, rel_offset, rel_size, &rels, &rel_size)) in dump_relocations()
4881 unsigned long rel_size; in process_relocs() local
4920 if (rel_size) in process_relocs()
4928 rel_size, in process_relocs()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsunos.c1524 sunos_scan_relocs (info, abfd, sec, rel_size) in sunos_scan_relocs() argument
1528 bfd_size_type rel_size;
1533 if (rel_size == 0)
1549 relocs = bfd_malloc (rel_size);
1557 || bfd_bread (relocs, rel_size, abfd) != rel_size)
1564 rel_size))
1571 rel_size))
1602 bfd_size_type rel_size;
1621 relend = relocs + rel_size / RELOC_STD_SIZE;
1762 bfd_size_type rel_size;
[all …]
H A Dpdp11.c3349 bfd_size_type rel_size));
3360 bfd_size_type rel_size,
4416 rel_size) in aout_link_input_section() argument
4421 bfd_size_type rel_size;
4440 if (rel_size > 0)
4443 || bfd_bread (relocs, rel_size, input_bfd) != rel_size)
4468 if (bfd_bwrite (relocs, rel_size, finfo->output_bfd) != rel_size)
4515 bfd_size_type rel_size;
4827 bfd_size_type rel_size; local
4991 || bfd_bwrite (rel_ptr, rel_size, finfo->output_bfd) != rel_size)
[all …]
H A Daoutx.h3667 bfd_size_type rel_size));
4738 rel_size) in aout_link_input_section() argument
4743 bfd_size_type rel_size;
4762 if (rel_size > 0)
4765 || bfd_bread (relocs, rel_size, input_bfd) != rel_size)
4800 if (bfd_bwrite (relocs, rel_size, finfo->output_bfd) != rel_size)
4802 *reloff_ptr += rel_size;
4845 rel_size, contents) in aout_link_input_section_std() argument
4850 bfd_size_type rel_size;
5190 rel_size, contents) in aout_link_input_section_ext() argument
[all …]
H A Dxcofflink.c3991 bfd_size_type rel_size; local
4052 rel_size = relsz * o->reloc_count;
4054 || bfd_bwrite ((PTR) external_relocs, rel_size, abfd) != rel_size)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsunos.c1265 bfd_size_type rel_size) in sunos_scan_std_relocs() argument
1284 relend = relocs + rel_size / RELOC_STD_SIZE; in sunos_scan_std_relocs()
1419 bfd_size_type rel_size) in sunos_scan_ext_relocs() argument
1440 relend = relocs + rel_size / RELOC_EXT_SIZE; in sunos_scan_ext_relocs()
1699 bfd_size_type rel_size) in sunos_scan_relocs() argument
1704 if (rel_size == 0) in sunos_scan_relocs()
1708 relocs = free_relocs = bfd_malloc (rel_size); in sunos_scan_relocs()
1720 relocs = bfd_malloc (rel_size); in sunos_scan_relocs()
1728 || bfd_bread (relocs, rel_size, abfd) != rel_size) in sunos_scan_relocs()
1735 rel_size)) in sunos_scan_relocs()
[all …]
H A Dpdp11.c3007 bfd_size_type rel_size; in aout_link_reloc_link_order() local
3170 || bfd_bwrite (rel_ptr, rel_size, finfo->output_bfd) != rel_size) in aout_link_reloc_link_order()
3173 *reloff_ptr += rel_size; in aout_link_reloc_link_order()
3206 bfd_size_type rel_size, in pdp11_aout_link_input_section() argument
3236 reloc_count = rel_size / RELOC_SIZE; in pdp11_aout_link_input_section()
3238 rel_end = rel + rel_size; in pdp11_aout_link_input_section()
3505 bfd_size_type rel_size) in aout_link_input_section() argument
3524 if (rel_size > 0) in aout_link_input_section()
3527 || bfd_bread (relocs, rel_size, input_bfd) != rel_size) in aout_link_input_section()
3552 if (bfd_bwrite (relocs, rel_size, finfo->output_bfd) != rel_size) in aout_link_input_section()
[all …]
H A Daoutx.h3847 bfd_size_type rel_size, in aout_link_input_section_std() argument
3877 reloc_count = rel_size / RELOC_STD_SIZE; in aout_link_input_section_std()
4191 bfd_size_type rel_size, in aout_link_input_section_ext() argument
4221 reloc_count = rel_size / RELOC_EXT_SIZE; in aout_link_input_section_ext()
4605 bfd_size_type rel_size) in aout_link_input_section() argument
4624 if (rel_size > 0) in aout_link_input_section()
4627 || bfd_bread (relocs, rel_size, input_bfd) != rel_size) in aout_link_input_section()
4637 rel_size, finfo->contents)) in aout_link_input_section()
4644 rel_size, finfo->contents)) in aout_link_input_section()
4662 if (bfd_bwrite (relocs, rel_size, finfo->output_bfd) != rel_size) in aout_link_input_section()
[all …]
H A Dxcofflink.c5767 bfd_size_type rel_size; in _bfd_xcoff_bfd_final_link() local
5828 rel_size = relsz * o->reloc_count; in _bfd_xcoff_bfd_final_link()
5830 || bfd_bwrite ((void *) external_relocs, rel_size, abfd) != rel_size) in _bfd_xcoff_bfd_final_link()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c701 unsigned long rel_size, in slurp_rela_relocs() argument
771 unsigned long rel_size, in slurp_rel_relocs() argument
844 unsigned long rel_size, in dump_relocations() argument
859 if (!slurp_rela_relocs (file, rel_offset, rel_size, &rels, &rel_size)) in dump_relocations()
864 if (!slurp_rel_relocs (file, rel_offset, rel_size, &rels, &rel_size)) in dump_relocations()
903 for (i = 0; i < rel_size; i++) in dump_relocations()
3716 unsigned long rel_size; in process_relocs() local
3755 if (rel_size) in process_relocs()
3759 name, rel_offset, rel_size); in process_relocs()
3763 rel_size, in process_relocs()
[all …]