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

/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips_premain.c169 dso = DSO_load(NULL, argv[1], NULL, DSO_FLAG_NO_NAME_TRANSLATION);
/freebsd-9.3-release/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.
262 * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
H A Ddso_lib.c382 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) {
405 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) {
H A Ddso_dl.c135 (dso->flags & DSO_FLAG_NO_NAME_TRANSLATION ? 0 :

Completed in 168 milliseconds