Hello,

I was doing some binary analysis of files in F33 and have run across something 
odd.

readelf -s  /usr/sbin/auditd | grep GLIBC

produces a lot of output like:

   182: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.2.5 (3)
   184: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.2.5 (3)
   185: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.2.5 (3)
   186: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.2.5 (3)
   187: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.3.2 (2)
   191: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND alarm@GLIBC_2.2.5 (3)
   194: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.2.5 (3)
   195: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND close@GLIBC_2.2.5 (3)
   197: 0000000000000000    0 FUNC    GLOBAL DEFAULT  UND [...]@GLIBC_2.2.5 (3)

It's missing a lot of symbols. Is this something with readelf or an odd
effect of the LTO changes?

-Steve

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to