HomeSort by: relevance | last modified time | path
    Searched defs:unspec_num (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 1510 int unspec_num = XINT (unspec, 1);
1511 if (unspec_num == UNSPEC_PCREL_SYM)
1518 else if (flag_pic == 2 && unspec_num == UNSPEC_GOT32_SYM)
1524 else if (HAVE_AS_TLS && unspec_num == UNSPEC_TLS_GD)
1530 else if (HAVE_AS_TLS && unspec_num == UNSPEC_TLS_IE)
1536 else if (HAVE_AS_TLS && unspec_num == UNSPEC_TLS_LE)
1506 int unspec_num = XINT (unspec, 1); local

Completed in 15 milliseconds