Searched refs:CM_SMALL_PIC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1052 ((TARGET_64BIT && ix86_cmodel == CM_SMALL_PIC) \
2173 CM_SMALL_PIC, /* Assumes code+data+got/plt fits in a 31 bit region. */
2159 CM_SMALL_PIC, /* Assumes code+data+got/plt fits in a 31 bit region. */ enumerator in enum:cmodel
H A Di386.c1938 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL;
1956 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL;
6960 && ix86_cmodel != CM_SMALL_PIC
19879 || ix86_cmodel == CM_SMALL_PIC

Completed in 113 milliseconds