Home
last modified time | relevance | path

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

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-nds32.c13991 unsigned long relocation, min_relocation; in nds32_elf_count_insn_times() local
14022 min_relocation = 0xffffffff; in nds32_elf_count_insn_times()
14039 if (relocation < min_relocation) in nds32_elf_count_insn_times()
14040 min_relocation = relocation; in nds32_elf_count_insn_times()
14044 if (min_relocation < ex9_relax_size) in nds32_elf_count_insn_times()
14045 reservation = (min_relocation >> 12) + 1; in nds32_elf_count_insn_times()
14047 reservation = (min_relocation >> 12) in nds32_elf_count_insn_times()
14048 - ((min_relocation - ex9_relax_size) >> 12) + 1; in nds32_elf_count_insn_times()
15207 if (relocation < min_relocation) in nds32_elf_ex9_reloc_jmp()
15208 min_relocation = relocation; in nds32_elf_ex9_reloc_jmp()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-nds32.c13991 unsigned long relocation, min_relocation; in nds32_elf_count_insn_times() local
14022 min_relocation = 0xffffffff; in nds32_elf_count_insn_times()
14039 if (relocation < min_relocation) in nds32_elf_count_insn_times()
14040 min_relocation = relocation; in nds32_elf_count_insn_times()
14044 if (min_relocation < ex9_relax_size) in nds32_elf_count_insn_times()
14045 reservation = (min_relocation >> 12) + 1; in nds32_elf_count_insn_times()
14047 reservation = (min_relocation >> 12) in nds32_elf_count_insn_times()
14048 - ((min_relocation - ex9_relax_size) >> 12) + 1; in nds32_elf_count_insn_times()
15207 if (relocation < min_relocation) in nds32_elf_ex9_reloc_jmp()
15208 min_relocation = relocation; in nds32_elf_ex9_reloc_jmp()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-nds32.c13740 unsigned long relocation, min_relocation; in nds32_elf_count_insn_times() local
13771 min_relocation = 0xffffffff; in nds32_elf_count_insn_times()
13788 if (relocation < min_relocation) in nds32_elf_count_insn_times()
13789 min_relocation = relocation; in nds32_elf_count_insn_times()
13793 if (min_relocation < ex9_relax_size) in nds32_elf_count_insn_times()
13794 reservation = (min_relocation >> 12) + 1; in nds32_elf_count_insn_times()
13796 reservation = (min_relocation >> 12) in nds32_elf_count_insn_times()
13797 - ((min_relocation - ex9_relax_size) >> 12) + 1; in nds32_elf_count_insn_times()
14956 if (relocation < min_relocation) in nds32_elf_ex9_reloc_jmp()
14957 min_relocation = relocation; in nds32_elf_ex9_reloc_jmp()
[all …]