Home
last modified time | relevance | path

Searched refs:dso_debug_info (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h153 struct dso_debug_info *debug_info;
157 struct dso_debug_info { struct
165 struct dso_debug_info *next, *prev;
/third_party/musl/src/internal/
H A Ddynlink.h167 struct dso_debug_info *debug_info;
171 struct dso_debug_info { struct
179 struct dso_debug_info *next, *prev;
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c136 static struct dso_debug_info *debug_tail = NULL;
5818 struct dso_debug_info *debug_info = malloc(sizeof(struct dso_debug_info)); in add_dso_info_to_debug_map()
5846 struct dso_debug_info *debug_info = p->debug_info; in remove_dso_info_from_debug_map()
/third_party/musl/ldso/linux/
H A Ddynlink.c164 static struct dso_debug_info *debug_tail = NULL;
6209 struct dso_debug_info *debug_info = malloc(sizeof(struct dso_debug_info)); in add_dso_info_to_debug_map()
6237 struct dso_debug_info *debug_info = p->debug_info; in remove_dso_info_from_debug_map()

Completed in 24 milliseconds