blob: d0b63334f26d381b4edb30e403030df9b751e58d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001libc {
2 GLIBC_2.0 {
3 # functions with special/multiple interfaces
4 _mcount;
5
6 # Profiling support
7 __monstartup; _mcleanup; __profile_frequency;
8
9 # m*
10 monstartup;
11
12 # p*
13 profil; profil_counter;
14 }
15 GLIBC_2.2 {
16 # m*
17 moncontrol;
18 }
19 GLIBC_2.2.3 {
20 sprofil;
21 }
22}