Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c622 xtensa_setup_hw_workarounds (int earliest, int latest) in xtensa_setup_hw_workarounds() argument
624 if (earliest > latest) in xtensa_setup_hw_workarounds()
628 if (earliest < 105000 || latest < 105000) in xtensa_setup_hw_workarounds()
920 int earliest, latest = 0; in md_parse_option() local
924 earliest = strtol (arg, &arg, 0); in md_parse_option()
927 latest = earliest; in md_parse_option()
937 xtensa_setup_hw_workarounds (earliest, latest); in md_parse_option()
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-2004631 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
632 the earliest %lo().
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2008140 the check is made at the earliest possible opportunity.