How to see which functions are weak-linked in an object?

69 Views Asked by At

Is there a way to see/capture weakly linked functions in an object?

I removed older library's linkage but since some are linked with weak-linkage, I can't capture all of the used functions.

0

There are 0 best solutions below