Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c4827 if (fixup_info->ramp & NDS32_HINT) in nds32_find_reloc_table()
4996 if (fixup_now->ramp & NDS32_FIX) in nds32_elf_append_relax_relocs()
5002 else if ((fixup_now->ramp & NDS32_PTR) != 0) in nds32_elf_append_relax_relocs()
5029 else if (fixup_now->ramp & NDS32_ADDEND) in nds32_elf_append_relax_relocs()
5041 else if ((fixup_now->ramp & NDS32_ABS) != 0) in nds32_elf_append_relax_relocs()
5047 else if ((fixup_now->ramp & NDS32_INSN16) != 0) in nds32_elf_append_relax_relocs()
5055 else if ((fixup_now->ramp & NDS32_SYM) != 0) in nds32_elf_append_relax_relocs()
5843 if ((fixup_info[i].ramp & NDS32_CREATE_LABEL) != 0) in md_convert_frag()
5849 else if ((fixup_info[i].ramp & NDS32_PTR) != 0) in md_convert_frag()
5856 else if ((fixup_info[i].ramp & NDS32_ABS) != 0) in md_convert_frag()
[all …]
Dtc-nds32.h233 int ramp; member