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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c13903 static GTY(()) rtx ix86_tls_module_base_symbol;
13908 if (!ix86_tls_module_base_symbol)
13910 ix86_tls_module_base_symbol = gen_rtx_SYMBOL_REF (Pmode,
13912 SYMBOL_REF_FLAGS (ix86_tls_module_base_symbol)
13916 return ix86_tls_module_base_symbol;
13877 static GTY(()) rtx ix86_tls_module_base_symbol; variable

Completed in 102 milliseconds