Searched refs:rstatus (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-hppa.c | 3687 bfd_reloc_status_type rstatus; in elf32_hppa_relocate_section() local 4276 rstatus = final_link_relocate (input_section, contents, rela, relocation, in elf32_hppa_relocate_section() 4279 if (rstatus == bfd_reloc_ok) in elf32_hppa_relocate_section() 4297 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported) in elf32_hppa_relocate_section() 4299 if (rstatus == bfd_reloc_notsupported || !warned_undef) in elf32_hppa_relocate_section()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | x86_64.cc | 3754 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate() local 3773 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate() 3778 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate() 3784 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate() 3815 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate() 3995 if (rstatus == Reloc_funcs::RELOC_OVERFLOW) in relocate()
|