Searched refs:DSO_FLAG_NO_NAME_TRANSLATION (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/dso/
H A Ddso.h87 # define DSO_FLAG_NO_NAME_TRANSLATION 0x01 macro
93 * ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time.
266 * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
H A Ddso_lib.c376 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) {
399 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) {
H A Ddso_dl.c139 (dso->flags & DSO_FLAG_NO_NAME_TRANSLATION ? 0 :

Completed in 97 milliseconds