Lines Matching refs:then
18 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -S conftest.c]) && test -s conftest.s; then
24 if grep _func conftest.s >/dev/null 2>&1; then
32 if test "x$grub_cv_asm_uscore" = xyes; then
54 if AC_TRY_EVAL(ac_compile) && test -s conftest.o; then :
60 …${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec]); then :
64 if AC_TRY_COMMAND([${OBJCOPY-objcopy} -O binary conftest.exec conftest]); then :
68 if test ! -f conftest.old || AC_TRY_COMMAND([cmp -s conftest.old conftest]); then
101 if test "x$grub_cv_asm_prefix_requirement" = xyes; then
107 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -c conftest.s]) && test -s conftest.o; then
131 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -c conftest.s]) && test -s conftest.o; then
139 if test "x$grub_cv_asm_prefix_requirement" = xyes; then
169 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -c conftest.s]) && test -s conftest.o; then
177 if test "x$grub_cv_asm_absolute_without_asterisk" = xyes; then
195 if test "x$grub_cv_check_start_symbol" = xyes; then
214 if test "x$grub_cv_check_uscore_start_symbol" = xyes; then
233 if test "x$grub_cv_check_uscore_uscore_bss_start_symbol" = xyes; then
252 if test "x$grub_cv_check_edata_symbol" = xyes; then
271 if test "x$grub_cv_check_uscore_edata_symbol" = xyes; then
290 if test "x$grub_cv_check_end_symbol" = xyes; then
309 if test "x$grub_cv_check_uscore_end_symbol" = xyes; then
358 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} conftest.c -o conftest]) && test -s conftest; then