$ readelf -s /lib/i386-linux-gnu/libc-2.13.so
below is a line from the cmd ouput
Num: Value Size Type Bind Vis Ndx Name
2261: 00040130 20136 FUNC GLOBAL DEFAULT 12 vfprintf@@GLIBC_2.0
Could some nice buddy tell me why the size of vfprintf is so big? thanks.