Search code examples
flagsdlopen

What does RTLD stand for in dlopen()?


In dynamic linking loading,

the functions like dlopen() use the flags like RTLD_LOCAL and RTLD_NOW. (https://linux.die.net/man/3/dlopen)

What does RTLD stand for?


Solution

  • What does RTLD stand for?

    The RunTime LoaDer