Home
last modified time | relevance | path

Searched defs:dso (Results 51 - 75 of 143) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c156 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_dlfcn.c96 static int dlfcn_load(DSO *dso) in dlfcn_load() argument
142 dlfcn_unload(DSO *dso) dlfcn_unload() argument
165 dlfcn_bind_func(DSO *dso, const char *symname) dlfcn_bind_func() argument
195 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) dlfcn_merger() argument
253 dlfcn_name_converter(DSO *dso, const char *filename) dlfcn_name_converter() argument
[all...]
H A Ddso_vms.c84 static int vms_load(DSO *dso) in vms_load() argument
223 static int vms_unload(DSO *dso) in vms_unload() argument
269 vms_bind_sym(DSO *dso, const char *symname, void **sym) vms_bind_sym() argument
354 vms_bind_func(DSO *dso, const char *symname) vms_bind_func() argument
361 vms_merger(DSO *dso, const char *filespec1, const char *filespec2) vms_merger() argument
454 vms_name_converter(DSO *dso, const char *filename) vms_name_converter() argument
[all...]
H A Ddso_win32.c96 static int win32_load(DSO *dso) in win32_load() argument
134 static int win32_unload(DSO *dso) in win32_unload() argument
161 win32_bind_func(DSO *dso, const char *symname) win32_bind_func() argument
203 win32_splitter(DSO *dso, const char *filename, int assume_last_is_dir) win32_splitter() argument
303 win32_joiner(DSO *dso, const struct file_st *file_split) win32_joiner() argument
389 win32_merger(DSO *dso, const char *filespec1, const char *filespec2) win32_merger() argument
452 win32_name_converter(DSO *dso, const char *filename) win32_name_converter() argument
[all...]
/third_party/openssl/crypto/
H A Dinit.c156 DSO *dso; in DEFINE_RUN_ONCE_STATIC() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp206 void Inputs::updateDescriptorSets(const DescriptorSet::Array &dso, in updateDescriptorSets() argument
/third_party/openssl/crypto/dso/
H A Ddso_dlfcn.c96 static int dlfcn_load(DSO *dso) in dlfcn_load() argument
142 dlfcn_unload(DSO *dso) dlfcn_unload() argument
165 dlfcn_bind_func(DSO *dso, const char *symname) dlfcn_bind_func() argument
195 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) dlfcn_merger() argument
253 dlfcn_name_converter(DSO *dso, const char *filename) dlfcn_name_converter() argument
[all...]
H A Ddso_vms.c84 static int vms_load(DSO *dso) in vms_load() argument
223 static int vms_unload(DSO *dso) in vms_unload() argument
269 vms_bind_sym(DSO *dso, const char *symname, void **sym) vms_bind_sym() argument
354 vms_bind_func(DSO *dso, const char *symname) vms_bind_func() argument
361 vms_merger(DSO *dso, const char *filespec1, const char *filespec2) vms_merger() argument
454 vms_name_converter(DSO *dso, const char *filename) vms_name_converter() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dinject-buildid.c81 struct bench_dso *dso = &dsos[nr_dsos]; in add_dso() local
123 struct bench_dso *dso = &dsos[i]; in release_dso() local
131 static u64 dso_map_addr(struct bench_dso *dso) in dso_map_addr() argument
172 static ssize_t synthesize_mmap(struct bench_data *data, struct bench_dso *dso, u6 argument
218 synthesize_sample(struct bench_data *data, struct bench_dso *dso, u64 timestamp) synthesize_sample() argument
365 struct bench_dso *dso = &dsos[idx]; inject_build_id() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddb-export.c146 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso() argument
182 struct dso *ds in db_ids_from_al() local
160 db_export__symbol(struct db_export *dbe, struct symbol *sym, struct dso *dso) db_export__symbol() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c246 struct dso *dso = map__dso(al->map); in evsel__add_sample() local
H A Dbuiltin-buildid-cache.c275 static bool dso__missing_buildid_cache(struct dso *dso, int parm __maybe_unused) in dso__missing_buildid_cache() argument
H A Dbuiltin-mem.c200 struct dso *dso = NULL; in dump_raw_samples() local
[all...]
/kernel/linux/linux-6.6/tools/perf/include/perf/
H A Dperf_dlfilter.h85 const char *dso; member
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dinject-buildid.c82 struct bench_dso *dso = &dsos[nr_dsos]; in add_dso() local
124 struct bench_dso *dso = &dsos[i]; in release_dso() local
132 static u64 dso_map_addr(struct bench_dso *dso) in dso_map_addr() argument
173 static ssize_t synthesize_mmap(struct bench_data *data, struct bench_dso *dso, u6 argument
219 synthesize_sample(struct bench_data *data, struct bench_dso *dso, u64 timestamp) synthesize_sample() argument
366 struct bench_dso *dso = &dsos[idx]; inject_build_id() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddlfilter.c34 struct dso *dso = map__dso(al->map); in al_to_d_al() local
254 struct dso *dso; dlfilter__srcline() local
[all...]
H A Ddb-export.c146 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso() argument
182 struct dso *ds in db_ids_from_al() local
160 db_export__symbol(struct db_export *dbe, struct symbol *sym, struct dso *dso) db_export__symbol() argument
[all...]
H A Dthread.c448 struct dso *dso; in thread__memcpy() local
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c319 struct dso *dso = map ? map__dso(map) : NULL; in perl_process_callchain() local
/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c220 struct dso *dso = NULL; cfi_slowpath_common() local
279 map_dso_to_cfi_shadow(struct dso *dso) map_dso_to_cfi_shadow() argument
316 unmap_dso_from_cfi_shadow(struct dso *dso) unmap_dso_from_cfi_shadow() argument
363 add_dso_to_cfi_shadow(struct dso *dso) add_dso_to_cfi_shadow() argument
[all...]
H A Dnamespace.c171 void ns_add_dso(ns_t *ns, struct dso *dso) in ns_add_dso() argument
/third_party/musl/ldso/linux/
H A Dcfi.c146 addr_in_dso(struct dso *dso, size_t addr) addr_in_dso() argument
231 struct dso *dso = NULL; cfi_slowpath_common() local
294 map_dso_to_cfi_shadow(struct dso *dso) map_dso_to_cfi_shadow() argument
337 unmap_dso_from_cfi_shadow(struct dso *dso) unmap_dso_from_cfi_shadow() argument
392 add_dso_to_cfi_shadow(struct dso *dso) add_dso_to_cfi_shadow() argument
[all...]
H A Dnamespace.c171 void ns_add_dso(ns_t *ns, struct dso *dso) in ns_add_dso() argument
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_mod.c39 DSO *dso; in DEFINE_STACK_OF() local
288 DSO *dso = NULL; in module_load_dso() local
326 module_add(DSO *dso, const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) module_add() argument
[all...]
/third_party/openssl/crypto/conf/
H A Dconf_mod.c39 DSO *dso; in DEFINE_STACK_OF() local
282 DSO *dso = NULL; in module_load_dso() local
320 module_add(DSO *dso, const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) module_add() argument
[all...]

Completed in 17 milliseconds

123456