Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c209 #define CONSERVATIVE_16BIT_S1 (0x10000 - 4) macro
9178 if (foff == 0 || foff < -CONSERVATIVE_16BIT_S1 in nds32_elf_relax_longcall2()
9179 || foff >= CONSERVATIVE_16BIT_S1) in nds32_elf_relax_longcall2()
9288 if (foff >= -CONSERVATIVE_16BIT_S1 && foff < CONSERVATIVE_16BIT_S1) in nds32_elf_relax_longcall3()
9625 if (pic_ext_target || foff == 0 || foff < -CONSERVATIVE_16BIT_S1 in nds32_elf_relax_longjump2()
9626 || foff >= CONSERVATIVE_16BIT_S1) in nds32_elf_relax_longjump2()
9675 && foff >= -CONSERVATIVE_16BIT_S1 in nds32_elf_relax_longjump2()
9676 && foff < CONSERVATIVE_16BIT_S1) in nds32_elf_relax_longjump2()
9879 && foff >= -CONSERVATIVE_16BIT_S1 in nds32_elf_relax_longjump3()
9880 && foff < CONSERVATIVE_16BIT_S1) in nds32_elf_relax_longjump3()
[all …]