Searched refs:maybe_has_close_loop_end (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c640 static bool maybe_has_close_loop_end = false;
7325 maybe_has_close_loop_end = true;
7417 if (workaround_close_loop_end && maybe_has_close_loop_end)
639 static bool maybe_has_close_loop_end = false; variable
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c640 static bfd_boolean maybe_has_close_loop_end = FALSE;
7325 maybe_has_close_loop_end = TRUE;
7417 if (workaround_close_loop_end && maybe_has_close_loop_end)
639 static bfd_boolean maybe_has_close_loop_end = FALSE; variable
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c640 static bool maybe_has_close_loop_end = false;
7325 maybe_has_close_loop_end = true;
7417 if (workaround_close_loop_end && maybe_has_close_loop_end)
639 static bool maybe_has_close_loop_end = false; variable

Completed in 254 milliseconds