Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c12702 Elf_Internal_Rela *begin_rel = NULL; in nds32_relax_fp_as_gp() local
12751 if (begin_rel) in nds32_relax_fp_as_gp()
12754 begin_rel = irel; in nds32_relax_fp_as_gp()
12768 if (begin_rel == NULL) in nds32_relax_fp_as_gp()
12786 begin_rel->r_addend |= R_NDS32_RELAX_REGION_NOT_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()
12791 begin_rel = NULL; in nds32_relax_fp_as_gp()
12798 dist = best_fag->relas[0] - begin_rel; in nds32_relax_fp_as_gp()
12802 begin_rel->r_addend &= (0x1 << 16) - 1; in nds32_relax_fp_as_gp()
12803 begin_rel->r_addend |= dist << 16; in nds32_relax_fp_as_gp()
[all …]