Home
last modified time | relevance | path

Searched refs:RTLD_NODELETE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Ddlfcn-macros.h21 #define RTLD_NODELETE 0x01000 macro
/freebsd/include/
H A Ddlfcn.h47 #define RTLD_NODELETE 0x01000 /* Do not remove members. */ macro
/freebsd/crypto/krb5/src/util/support/
H A Dplugins.c39 #ifdef RTLD_NODELETE
40 #define NODELETE RTLD_NODELETE
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod274 call should use the RTLD_NODELETE flag (where available on the platform).
/freebsd/libexec/rtld-elf/
H A Drtld.c3915 if (mode & RTLD_NODELETE) in rtld_dlopen()