In dynamic linking loading,
the functions like dlopen() use the flags like RTLD_LOCAL and RTLD_NOW. (https://linux.die.net/man/3/dlopen)
dlopen()
What does RTLD stand for?
The RunTime LoaDer