Home
last modified time | relevance | path

Searched refs:rstat (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-tic80.c500 bfd_reloc_status_type rstat; in coff_tic80_relocate_section() local
590 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_tic80_relocate_section()
601 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_tic80_relocate_section()
614 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_tic80_relocate_section()
633 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_tic80_relocate_section()
650 rstat = bfd_reloc_ok; in coff_tic80_relocate_section()
660 rstat = bfd_reloc_ok; in coff_tic80_relocate_section()
664 switch (rstat) in coff_tic80_relocate_section()
Dcoff-mcore.c385 bfd_reloc_status_type rstat; in coff_mcore_relocate_section() local
465 rstat = bfd_reloc_ok; in coff_mcore_relocate_section()
492 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc); in coff_mcore_relocate_section()
496 rstat = _bfd_final_link_relocate in coff_mcore_relocate_section()
511 switch (rstat) in coff_mcore_relocate_section()
Dcoff-i960.c387 bfd_reloc_status_type rstat = bfd_reloc_ok; in coff_i960_relocate_section() local
530 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_i960_relocate_section()
536 switch (rstat) in coff_i960_relocate_section()
Dcoff-arm.c1186 bfd_reloc_status_type rstat; in coff_arm_relocate_section() local
1551 rstat = bfd_reloc_ok; in coff_arm_relocate_section()
1582 rstat = bfd_reloc_ok; in coff_arm_relocate_section()
1599 rstat = bfd_reloc_outofrange; in coff_arm_relocate_section()
1696 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok; in coff_arm_relocate_section()
1702 rstat = bfd_reloc_ok; in coff_arm_relocate_section()
1704 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_arm_relocate_section()
1740 switch (rstat) in coff_arm_relocate_section()
Dcoff-ppc.c963 bfd_reloc_status_type rstat; in coff_ppc_relocate_section() local
1037 rstat = bfd_reloc_ok; in coff_ppc_relocate_section()
1195 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc); in coff_ppc_relocate_section()
1351 rstat = _bfd_relocate_contents (howto, in coff_ppc_relocate_section()
1364 rstat = _bfd_relocate_contents (howto, in coff_ppc_relocate_section()
1373 rstat = _bfd_relocate_contents (howto, in coff_ppc_relocate_section()
1399 switch (rstat) in coff_ppc_relocate_section()
Dcofflink.c2786 bfd_reloc_status_type rstat; in _bfd_coff_reloc_link_order() local
2795 rstat = _bfd_relocate_contents (howto, output_bfd, in _bfd_coff_reloc_link_order()
2798 switch (rstat) in _bfd_coff_reloc_link_order()
2919 bfd_reloc_status_type rstat; in _bfd_coff_generic_relocate_section() local
3078 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in _bfd_coff_generic_relocate_section()
3083 switch (rstat) in _bfd_coff_generic_relocate_section()
Dcoff-sh.c2745 bfd_reloc_status_type rstat; in sh_relocate_section() local
2848 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in sh_relocate_section()
2853 switch (rstat) in sh_relocate_section()
Dlinker.c2428 bfd_reloc_status_type rstat; in _bfd_generic_reloc_link_order() local
2437 rstat = _bfd_relocate_contents (r->howto, abfd, in _bfd_generic_reloc_link_order()
2440 switch (rstat) in _bfd_generic_reloc_link_order()
Decoff.c3974 bfd_reloc_status_type rstat; in ecoff_reloc_link_order() local
3981 rstat = _bfd_relocate_contents (rel.howto, output_bfd, in ecoff_reloc_link_order()
3983 switch (rstat) in ecoff_reloc_link_order()
Dxcofflink.c5736 bfd_reloc_status_type rstat; in xcoff_reloc_link_order() local
5744 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf); in xcoff_reloc_link_order()
5745 switch (rstat) in xcoff_reloc_link_order()
Delflink.c10151 bfd_reloc_status_type rstat; in elf_reloc_link_order() local
10160 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf); in elf_reloc_link_order()
10161 switch (rstat) in elf_reloc_link_order()
DChangeLog-98995040 Always set rstat.
DChangeLog-94955048 (coff_sh_relocate_section): Remove unused local variable rstat.