Home
last modified time | relevance | path

Searched defs:dso (Results 1 – 25 of 36) sorted by relevance

12

/external/trusty/musl/ldso/
Ddynlink.c49 struct dso { struct
57 struct dso *next, *prev; argument
67 struct dso *syms_next, *lazy_next; argument
79 struct dso **deps, *needed_by; argument
90 struct dso *fini_next; argument
107 struct dso *dso; argument
232 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup()
246 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup()
267 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
286 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
[all …]
/external/musl/ldso/
Ddynlink.c66 struct dso { struct
74 struct dso *next, *prev; argument
86 struct dso *syms_next, *lazy_next; argument
98 struct dso **deps, *needed_by; argument
109 struct dso *fini_next; argument
126 struct dso *dso; argument
263 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup()
277 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup()
298 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
320 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2()
[all …]
/external/bcc/libbpf-tools/
Dtrace_helpers.c198 struct dso { struct
199 char *name;
200 struct load_range *ranges;
201 int range_sz;
203 uint64_t sh_addr;
205 uint64_t sh_offset;
206 enum elf_type type;
230 struct dso *dsos; argument
324 struct dso *dso = NULL; in syms__add_dso() local
376 struct dso *dso; in syms__find_dso() local
[all …]
/external/trusty/musl/src/exit/
Datexit.c32 void __cxa_finalize(void *dso) in __cxa_finalize()
36 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/beos/
Ddso.c24 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
75 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/beos/
Ddso.c24 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
75 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/unix/
Ddso.c60 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
241 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, in apr_dso_error()
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/unix/
Ddso.c60 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
241 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, in apr_dso_error()
/external/musl/src/exit/
Datexit.c39 void __cxa_finalize(void *dso) in __cxa_finalize()
43 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/os2/
Ddso.c27 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
94 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/os2/
Ddso.c27 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
94 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/netware/
Ddso.c43 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
128 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, in apr_dso_error()
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/netware/
Ddso.c43 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
128 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, in apr_dso_error()
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/win32/
Ddso.c44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
162 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize) in apr_dso_error()
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/win32/
Ddso.c44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
162 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize) in apr_dso_error()
/external/musl/src/ldso/
Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo()
/external/trusty/musl/src/ldso/
Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo()
/external/compiler-rt/test/asan/TestCases/Linux/
Dactivation-options.cc56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
/external/cronet/tot/third_party/llvm-libc/src/src/stdlib/
Datexit.cpp27 void __cxa_finalize(void *dso) { in __cxa_finalize()
/external/llvm-libc/src/stdlib/
Datexit.cpp27 void __cxa_finalize(void *dso) { in __cxa_finalize()
/external/cronet/stable/third_party/llvm-libc/src/src/stdlib/
Datexit.cpp27 void __cxa_finalize(void *dso) { in __cxa_finalize()
/external/compiler-rt/test/asan/TestCases/Posix/
Dstart-deactivated.cc49 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/os390/
Ddso.c44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/os390/
Ddso.c44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
/external/swiftshader/include/Android/hardware/
Dhardware.h40 void* dso; member

12