Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.h151 int relax_round; /* Going optimization. */ member
Delf32-nds32.c11843 static int relax_round; in nds32_elf_pick_relax() local
11855 relax_round = NDS32_RELAX_EMPTY_ROUND; in nds32_elf_pick_relax()
11869 return relax_round; in nds32_elf_pick_relax()
11872 relax_round = round_table[pass]; in nds32_elf_pick_relax()
11874 if (!init && relax_round == NDS32_RELAX_NORMAL_ROUND && *again) in nds32_elf_pick_relax()
11879 switch (relax_round) in nds32_elf_pick_relax()
11934 return relax_round; in nds32_elf_pick_relax()
11957 int relax_round; in nds32_elf_relax_section() local
11985 relax_round = nds32_elf_pick_relax (TRUE, sec, again, table, link_info); in nds32_elf_relax_section()
11986 switch (relax_round) in nds32_elf_relax_section()
[all …]
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dnds32elf.em38 static int relax_round = 0; /* Going optimization. */
64 target_optimize, relax_status, relax_round,