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

/linux-4.1.27/arch/arm/include/asm/
H A Dftrace.h5 #define MCOUNT_ADDR ((unsigned long)(__gnu_mcount_nc))
10 extern void __gnu_mcount_nc(void);
/linux-4.1.27/arch/arm/kernel/
H A Dentry-ftrace.S37 * bl __gnu_mcount_nc
44 * registers should be clobbered. (In the __gnu_mcount_nc implementation, we
50 * for the mcount case, and a "pop {lr}" for the __gnu_mcount_nc case (see
175 * __gnu_mcount_nc
197 ENTRY(__gnu_mcount_nc)
207 ENDPROC(__gnu_mcount_nc)
H A Darmksyms.c165 EXPORT_SYMBOL(__gnu_mcount_nc); variable
/linux-4.1.27/scripts/
H A Drecordmcount.c370 altmcount = "__gnu_mcount_nc"; do_file()
H A Drecordmcount.pl278 "\\s+(__gnu_mcount_nc|mcount)\$";

Completed in 190 milliseconds