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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c10539 static GTY(()) rtx mcount_func_rtx;
10543 if (!mcount_func_rtx)
10544 mcount_func_rtx = init_one_libfunc ("_mcount");
10545 return mcount_func_rtx;
10515 static GTY(()) rtx mcount_func_rtx; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c9041 static GTY(()) rtx mcount_func_rtx;
9045 if (!mcount_func_rtx)
9046 mcount_func_rtx = init_one_libfunc ("_mcount");
9047 return mcount_func_rtx;
9017 static GTY(()) rtx mcount_func_rtx; variable

Completed in 180 milliseconds