/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-tic80.c | 500 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()
|
D | coff-mcore.c | 385 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()
|
D | coff-i960.c | 387 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()
|
D | coff-arm.c | 1186 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()
|
D | coff-ppc.c | 963 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()
|
D | cofflink.c | 2786 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()
|
D | coff-sh.c | 2745 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()
|
D | linker.c | 2428 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()
|
D | ecoff.c | 3974 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()
|
D | xcofflink.c | 5736 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()
|
D | elflink.c | 10151 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()
|
D | ChangeLog-9899 | 5040 Always set rstat.
|
D | ChangeLog-9495 | 5048 (coff_sh_relocate_section): Remove unused local variable rstat.
|