HomeSort by: relevance | last modified time | path
    Searched refs:IPREFIX (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 166 the namespace. IPREFIX is for symbols intended to be internal to the
169 #define IPREFIX(x) _gfortrani_ ## x
192 and adds IPREFIX to the assembly-level symbol
214 sym_rename(x, IPREFIX (x)) __attribute__((__visibility__("hidden")))
216 # define internal_proto(x) sym_rename(x, IPREFIX(x))
223 # define iexport(x) iexport1(x, IPREFIX(x))
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 166 the namespace. IPREFIX is for symbols intended to be internal to the
169 #define IPREFIX(x) _gfortrani_ ## x
192 and adds IPREFIX to the assembly-level symbol
214 sym_rename(x, IPREFIX (x)) __attribute__((__visibility__("hidden")))
216 # define internal_proto(x) sym_rename(x, IPREFIX(x))
223 # define iexport(x) iexport1(x, IPREFIX(x))

Completed in 32 milliseconds