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

/freebsd-10.1-release/contrib/gcclibs/libgomp/
H A Dlibgomp.h323 # define attribute_hidden __attribute__ ((visibility ("hidden"))) macro
325 # define attribute_hidden macro
331 __attribute__ ((alias (#fn))) attribute_hidden;
H A Dfortran.c40 extern __typeof (fn) fn __asm__ (ULP "gomp_ialias_" #fn) attribute_hidden;
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h122 # define attribute_hidden macro
131 extern const char __re_error_msgid[] attribute_hidden;
132 extern const size_t __re_error_msgid_idx[] attribute_hidden;
H A Dregcomp.c129 const char __re_error_msgid[] attribute_hidden =
183 const size_t __re_error_msgid_idx[] attribute_hidden =
128 const char __re_error_msgid[] attribute_hidden = variable
182 const size_t __re_error_msgid_idx[] attribute_hidden = variable

Completed in 3009 milliseconds