You should look twice and understand it twice before merge (we are out of my competences).
There is 2 different link_map, one is internal and seen in the API only as void* returned by dlopen() and used as first argument by dlsym().
The other one is public but is used for debugging purpose.
Should fix #142
You should look twice and understand it twice before merge (we are out of my competences).
There is 2 different
link_map
, one is internal and seen in the API only asvoid*
returned bydlopen()
and used as first argument bydlsym()
. The other one is public but is used for debugging purpose.