On 27/11/2019 17:59, Ryan Joseph via fpc-pascal wrote:
> how can I do this for static libraries on Linux?

There is no tool that can show this, because a static library is just a
collection of random object files. It does not contain any metadata
about where these symbols are supposed to come from (and they could o,
fact come from anywhere, be it individual object files, object files
collected in another static library, or a dynamic library).


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to