Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.h147 int relax_round; /* Going optimization. */ member
Delf32-nds32.c11825 static int relax_round; in nds32_elf_pick_relax() local
11830 relax_round = NDS32_RELAX_EMPTY_ROUND; in nds32_elf_pick_relax()
11842 return relax_round; in nds32_elf_pick_relax()
11848 relax_round = round_table[pass]; in nds32_elf_pick_relax()
11852 switch (relax_round) in nds32_elf_pick_relax()
11907 return relax_round; in nds32_elf_pick_relax()
11930 int relax_round; in nds32_elf_relax_section() local
11958 relax_round = nds32_elf_pick_relax (TRUE, sec, again, table, link_info); in nds32_elf_relax_section()
11959 switch (relax_round) in nds32_elf_relax_section()
12409 int relax_round, FILE * ex9_export_file, in bfd_elf32_nds32_set_target_option() argument
[all …]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dnds32elf.em38 static int relax_round = 0; /* Going optimization. */
64 target_optimize, relax_status, relax_round,