Searched refs:rstatus (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-hppa.c3500 bfd_reloc_status_type rstatus; local
3883 rstatus = final_link_relocate (input_section, contents, rela, relocation,
3886 if (rstatus == bfd_reloc_ok)
3904 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
3906 if (rstatus == bfd_reloc_notsupported || !warned_undef)
/haiku-buildtools/binutils/bfd/
H A Delf32-hppa.c3674 bfd_reloc_status_type rstatus; local
4263 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4266 if (rstatus == bfd_reloc_ok)
4284 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4286 if (rstatus == bfd_reloc_notsupported || !warned_undef)
/haiku-buildtools/binutils/gold/
H A Dx86_64.cc4067 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; local
4086 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend,
4091 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend,
4097 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend,
4128 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend,
4308 if (rstatus == Reloc_funcs::RELOC_OVERFLOW)
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c2805 uInt rstatus; /* .. */ local
2988 rstatus=0; /* clear status */
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
2995 if (rstatus&DEC_Overflow) {
2996 status=rstatus; /* use the status as-is */
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));

Completed in 148 milliseconds