Home
last modified time | relevance | path

Searched refs:R_NDS32_RELAX_REGION_OMIT_FP_FLAG (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.h61 #define R_NDS32_RELAX_REGION_OMIT_FP_FLAG (1 << 0) macro
Delf32-nds32.c4567 && (rel->r_addend & R_NDS32_RELAX_REGION_OMIT_FP_FLAG)) in nds32_elf_relocate_section()
4577 && (rel->r_addend & R_NDS32_RELAX_REGION_OMIT_FP_FLAG)) in nds32_elf_relocate_section()
12748 && (irel->r_addend & R_NDS32_RELAX_REGION_OMIT_FP_FLAG)) in nds32_relax_fp_as_gp()
12759 && (irel->r_addend & R_NDS32_RELAX_REGION_OMIT_FP_FLAG)) in nds32_relax_fp_as_gp()
12787 begin_rel->r_addend &= ~R_NDS32_RELAX_REGION_OMIT_FP_FLAG; in nds32_relax_fp_as_gp()
12789 irel->r_addend &= ~R_NDS32_RELAX_REGION_OMIT_FP_FLAG; in nds32_relax_fp_as_gp()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c3609 exp.X_add_number = R_NDS32_RELAX_REGION_OMIT_FP_FLAG; in nds32_omit_fp_begin()
3616 exp.X_add_number = R_NDS32_RELAX_REGION_OMIT_FP_FLAG; in nds32_omit_fp_begin()