On 2026-01-16 8:51 AM, Vít Ondruch wrote:
I think I start to understand now. So the .map file is actually embedded into the .so library. But that is not what we need IMHO. It is just nice to have.
Trivia, but the map is not embedded in the library, it's included in the shared lib package and available as a plain text file in /var/lib/dpkg/info, along with other package metadata:
$ podman run -it --rm debian:13 /bin/bash root@80d69ec59b16:/# ls /var/lib/dpkg/info/*\:amd64.symbols ... -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
