Searched refs:CM_SMALL (Results 1 – 3 of 3) sorted by relevance
118 return (ix86_cmodel == CM_SMALL || ix86_cmodel == CM_KERNEL123 return (ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM158 /* For CM_SMALL assume that latest object is 16MB before162 if ((ix86_cmodel == CM_SMALL181 if ((ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM)238 return (ix86_cmodel == CM_SMALL244 return ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM;266 if ((ix86_cmodel == CM_SMALL282 if ((ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM)
2151 CM_SMALL, /* Assumes all code and data fits in the low 31 bits. */ enumerator
1925 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL; in override_options()1943 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL; in override_options()19837 if (ix86_cmodel == CM_SMALL in asm_preferred_eh_data_format()