16 lines
240 B
Plaintext
16 lines
240 B
Plaintext
|
libc {
|
||
|
GLIBC_2.0 {
|
||
|
# functions with special/multiple interfaces
|
||
|
_mcount;
|
||
|
|
||
|
# Profiling support
|
||
|
__monstartup; _mcleanup; __profile_frequency;
|
||
|
|
||
|
# m*
|
||
|
moncontrol; monstartup;
|
||
|
|
||
|
# p*
|
||
|
profil; profil_counter;
|
||
|
}
|
||
|
}
|