Home
last modified time | relevance | path

Searched refs:frompc (Results 1 – 16 of 16) sorted by relevance

/sysdeps/riscv/
A Dmachine-gmon.h25 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 Dmachine-gmon.h25 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 Dmachine-gmon.h21 #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 Dmachine-gmon.h22 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 Dmachine-gmon.h22 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 Dmachine-gmon.h22 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 Dmachine-gmon.h24 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 Dmachine-gmon.h29 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 Dmachine-gmon.h27 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 Dmachine-gmon.h27 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 Dmachine-gmon.h27 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 Dmachine-gmon.h31 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 Dmachine-gmon.h38 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 Dldsodefs.h698 void (*_dl_mcount) (ElfW(Addr) frompc, ElfW(Addr) selfpc);
1160 extern void _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc);
/sysdeps/nios2/
A Dmachine-gmon.h21 #define _MCOUNT_DECL(frompc, selfpc) \ argument
22 static void __attribute_used__ __mcount_internal (u_long frompc, u_long selfpc)
/sysdeps/mips/
A Dmachine-gmon.h21 #define _MCOUNT_DECL(frompc,selfpc) \ argument
22 static void __attribute_used__ __mcount (u_long frompc, u_long selfpc)

Completed in 26 milliseconds