/sysdeps/riscv/ |
A D | machine-gmon.h | 25 static void mcount_internal (unsigned long int frompc, 28 #define _MCOUNT_DECL(frompc, selfpc) \ argument 29 static inline void mcount_internal (unsigned long int frompc, \ 33 void _mcount (void *frompc) \ 35 mcount_internal ((unsigned long int) frompc, \
|
/sysdeps/aarch64/ |
A D | machine-gmon.h | 25 static void mcount_internal (u_long frompc, u_long selfpc); 27 #define _MCOUNT_DECL(frompc, selfpc) \ argument 28 static inline void mcount_internal (u_long frompc, u_long selfpc) 32 void __mcount (void *frompc) \ 34 mcount_internal ((u_long) strip_pac (frompc), (u_long) RETURN_ADDRESS (0)); \
|
/sysdeps/arc/ |
A D | machine-gmon.h | 21 #define _MCOUNT_DECL(frompc, selfpc) \ argument 23 __mcount_internal (unsigned long int frompc, unsigned long int selfpc) 31 _mcount (void *frompc) \ 33 __mcount_internal ((unsigned long int) frompc, \
|
/sysdeps/microblaze/ |
A D | machine-gmon.h | 22 void __mcount_internal (unsigned long frompc, unsigned long selfpc); 24 #define _MCOUNT_DECL(frompc, selfpc) \ argument 25 void __mcount_internal (unsigned long frompc, unsigned long selfpc)
|
/sysdeps/powerpc/ |
A D | machine-gmon.h | 22 void __mcount_internal (unsigned long frompc, unsigned long selfpc); 24 #define _MCOUNT_DECL(frompc, selfpc) \ argument 25 void __mcount_internal (unsigned long frompc, unsigned long selfpc)
|
/sysdeps/sh/ |
A D | machine-gmon.h | 22 void mcount_internal (u_long frompc, u_long selfpc); 24 #define _MCOUNT_DECL(frompc, selfpc) \ argument 25 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/sparc/ |
A D | machine-gmon.h | 24 extern void mcount_internal (u_long frompc, u_long selfpc); 26 #define _MCOUNT_DECL(frompc, selfpc) \ argument 27 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/x86_64/ |
A D | machine-gmon.h | 29 void mcount_internal (u_long frompc, u_long selfpc); 31 #define _MCOUNT_DECL(frompc, selfpc) \ argument 32 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/s390/ |
A D | machine-gmon.h | 27 void mcount_internal (u_long frompc, u_long selfpc); 29 #define _MCOUNT_DECL(frompc, selfpc) \ argument 30 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/arm/ |
A D | machine-gmon.h | 27 extern void mcount_internal (u_long frompc, u_long selfpc); 28 #define _MCOUNT_DECL(frompc, selfpc) \ argument 29 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/csky/ |
A D | machine-gmon.h | 27 extern void mcount_internal (u_long frompc, u_long selfpc); 28 #define _MCOUNT_DECL(frompc, selfpc) \ argument 29 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/i386/ |
A D | machine-gmon.h | 31 extern void mcount_internal (u_long frompc, u_long selfpc) 34 #define _MCOUNT_DECL(frompc, selfpc) \ argument 36 void mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/generic/ |
A D | machine-gmon.h | 38 static void mcount_internal (u_long frompc, u_long selfpc); 40 #define _MCOUNT_DECL(frompc, selfpc) \ argument 41 static inline void mcount_internal (u_long frompc, u_long selfpc)
|
A D | ldsodefs.h | 698 void (*_dl_mcount) (ElfW(Addr) frompc, ElfW(Addr) selfpc); 1160 extern void _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc);
|
/sysdeps/nios2/ |
A D | machine-gmon.h | 21 #define _MCOUNT_DECL(frompc, selfpc) \ argument 22 static void __attribute_used__ __mcount_internal (u_long frompc, u_long selfpc)
|
/sysdeps/mips/ |
A D | machine-gmon.h | 21 #define _MCOUNT_DECL(frompc,selfpc) \ argument 22 static void __attribute_used__ __mcount (u_long frompc, u_long selfpc)
|