/external/trusty/musl/ldso/ |
D | dynlink.c | 49 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/ |
D | dynlink.c | 66 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/ |
D | trace_helpers.c | 198 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/ |
D | atexit.c | 32 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/ |
D | dso.c | 24 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/ |
D | dso.c | 24 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/ |
D | dso.c | 60 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/ |
D | dso.c | 60 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/ |
D | atexit.c | 39 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/ |
D | dso.c | 27 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/ |
D | dso.c | 27 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/ |
D | dso.c | 43 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/ |
D | dso.c | 43 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/ |
D | dso.c | 44 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/ |
D | dso.c | 44 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/ |
D | dlinfo.c | 5 int dlinfo(void *dso, int req, void *res) in dlinfo()
|
/external/trusty/musl/src/ldso/ |
D | dlinfo.c | 5 int dlinfo(void *dso, int req, void *res) in dlinfo()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | activation-options.cc | 56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdlib/ |
D | atexit.cpp | 27 void __cxa_finalize(void *dso) { in __cxa_finalize()
|
/external/llvm-libc/src/stdlib/ |
D | atexit.cpp | 27 void __cxa_finalize(void *dso) { in __cxa_finalize()
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdlib/ |
D | atexit.cpp | 27 void __cxa_finalize(void *dso) { in __cxa_finalize()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | start-deactivated.cc | 49 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
|
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/os390/ |
D | dso.c | 44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
|
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/os390/ |
D | dso.c | 44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
|
/external/swiftshader/include/Android/hardware/ |
D | hardware.h | 40 void* dso; member
|