Searched refs:DSO (Results 1 - 12 of 12) sorted by relevance

/external/openssl/crypto/dso/
H A Ddso.h77 * behaviour can be overriden by setting the name_converter callback in the DSO
80 * one or two possible DSO methods. However, the following flag can be set in a
81 * DSO to prevent *any* native name-translation at all - eg. if the caller has
108 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
111 * callbacks) that transform filenames. They are passed a DSO structure pointer
112 * (or NULL if they are to be used independantly of a DSO object) and a
116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
119 * DSO structure pointer (or NULL if they are to be used independantly of
120 * a DSO object) and two file specifications to merge. They should
126 * sensible for the DSO metho
[all...]
H A Ddso_lib.c66 DSO *DSO_new(void)
81 DSO_METHOD *DSO_get_method(DSO *dso)
86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
94 DSO *DSO_new_method(DSO_METHOD *meth)
96 DSO *ret;
103 ret = (DSO *)OPENSSL_malloc(sizeof(DSO));
109 memset(ret, 0, sizeof(DSO));
131 int DSO_free(DSO *dso)
143 REF_PRINT("DSO",ds
[all...]
H A Ddso_dl.c75 static int dl_load(DSO *dso);
76 static int dl_unload(DSO *dso);
77 static void *dl_bind_var(DSO *dso, const char *symname);
78 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
80 static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
81 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
82 static int dl_init(DSO *dso);
83 static int dl_finish(DSO *dso);
84 static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
86 static char *dl_name_converter(DSO *ds
[all...]
H A Ddso_dlfcn.c98 static int dlfcn_load(DSO *dso);
99 static int dlfcn_unload(DSO *dso);
100 static void *dlfcn_bind_var(DSO *dso, const char *symname);
101 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
103 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
104 static int dlfcn_init(DSO *dso);
105 static int dlfcn_finish(DSO *dso);
106 static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
108 static char *dlfcn_name_converter(DSO *dso, const char *filename);
109 static char *dlfcn_merger(DSO *ds
[all...]
/external/openssl/include/openssl/
H A Ddso.h77 * behaviour can be overriden by setting the name_converter callback in the DSO
80 * one or two possible DSO methods. However, the following flag can be set in a
81 * DSO to prevent *any* native name-translation at all - eg. if the caller has
108 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
111 * callbacks) that transform filenames. They are passed a DSO structure pointer
112 * (or NULL if they are to be used independantly of a DSO object) and a
116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
119 * DSO structure pointer (or NULL if they are to be used independantly of
120 * a DSO object) and two file specifications to merge. They should
126 * sensible for the DSO metho
[all...]
/external/openssl/crypto/conf/
H A Dconf_mod.c79 /* DSO of this module or NULL if static */
80 DSO *dso;
114 static CONF_MODULE *module_add(DSO *dso, const char *name,
214 /* Module not found: try to load DSO */
244 /* Load a module from a DSO */
248 DSO *dso = NULL;
291 static CONF_MODULE *module_add(DSO *dso, const char *name,
/external/openssl/crypto/engine/
H A Deng_dyn.c126 /* The DSO object we load that supplies the ENGINE code */
127 DSO *dynamic_dso;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c206 if (PRINT_FIELD(DSO) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) {
207 pr_err("Display of DSO requested but neither sample IP nor "
209 "to DSO.\n");
271 if (PRINT_FIELD(DSO))
383 if (PRINT_FIELD(DSO)) {
/external/elfutils/0.153/
H A Delfutils.spec68 The elfutils-libelf package provides a DSO which allows reading and
222 - libdwfl: Fix for handling prelinked DSO with separate debug file.
293 - libdwfl: fix dwfl_module_build_id for prelinked DSO case;
575 - libebl is an archive now; remove references to DSO
/external/openssl/crypto/comp/
H A Dc_zlib.c119 static DSO *zlib_dso = NULL;
/external/qemu/disas/
H A Dppc.c1672 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1673 #define DS_MASK DSO (0x3f, 3)
4705 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } },
4707 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } },
4709 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } },
4830 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } },
4832 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } },
4834 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
1667 #define DSO macro
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids3645 3064 Hantek DSO-3064
5121 1006 Hantek DSO-2100 UF

Completed in 414 milliseconds