Avoid relinking already linked libs
This patch avoids collecting symbols, resolving relocs if they are already done (usually for example libc.so during a dlopen for another libfoo.so). This patch is purely for performance boost.
Loading
Please register or sign in to comment