Bind symbols of libraries: export all non local symbols of executable that are referenced by shared libraries. The reason is that the dynamic loader search symbol first in executable and then in libraries. Therefore a reference to a symbol already defined by a library can still be resolved by a symbol in the executable. With -rdynamic, export all defined symbols */
source not stored for this graph (policy: none)
no test coverage detected