Searched defs:needed_by (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.c | 227 struct loadtask *create_loadtask(const char *name, struct dso *needed_by, ns_t *ns, bool check_inherited) in create_loadtask() argument
|
H A D | dynlink_rand.h | 39 struct dso *needed_by; member
|
H A D | dynlink.c | 5133 struct dso *needed_by = task->needed_by; in load_library_header() local 1968 load_library( const char *name, struct dso *needed_by, ns_t *namespace, bool check_inherited, struct reserved_address_params *reserved_params) load_library() argument [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink_rand.c | 232 struct loadtask *create_loadtask(const char *name, struct dso *needed_by, ns_t *ns, bool check_inherited) in create_loadtask() argument
|
H A D | dynlink_rand.h | 39 struct dso *needed_by; member
|
H A D | dynlink.c | 5522 struct dso *needed_by = task->needed_by; in load_library_header() local 2156 load_library( const char *name, struct dso *needed_by, ns_t *namespace, bool check_inherited, struct reserved_address_params *reserved_params) load_library() argument [all...] |
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 131 struct dso **deps, *needed_by; member
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 141 struct dso **deps, *needed_by; member
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 81 struct dso **deps, *needed_by; member 1003 static struct dso *load_library(const char *name, struct dso *needed_by) in load_library() argument
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 81 struct dso **deps, *needed_by; member 1003 static struct dso *load_library(const char *name, struct dso *needed_by) in load_library() argument
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 93 struct dso **deps, *needed_by; member 1072 static struct dso *load_library(const char *name, struct dso *needed_by) argument
|
Completed in 28 milliseconds