Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsrec.c456 unsigned int bytes, min_bytes; in srec_scan() local
479 min_bytes = 3; in srec_scan()
481 min_bytes = 4; in srec_scan()
483 min_bytes = 5; in srec_scan()
484 if (bytes < min_bytes) in srec_scan()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c7932 offsetT min_bytes; in xtensa_fix_close_loop_end_frags() local
7937 min_bytes = min_bytes_to_other_loop_end in xtensa_fix_close_loop_end_frags()
7940 if (min_bytes < REQUIRED_LOOP_DIVIDING_BYTES) in xtensa_fix_close_loop_end_frags()
7946 while (min_bytes + bytes_added in xtensa_fix_close_loop_end_frags()