How can I differentiate between RTLD_LAZY and RTLD_NOW and when to use what in code?
How can I differentiate between RTLD_LAZY and RTLD_NOW and when to use what in code?
You want to use RTLD_NOW when:
dlopened has no unresolved symbols at load time, rather than at arbitrary later timeYou want to use RTLD_LAZY when
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With