Searched refs:dso (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/ldso/
H A Ddlinfo.c10 int dlinfo(void *dso, int req, void *res) argument
12 if (__dl_invalid_handle(dso)) return -1;
17 *(struct link_map **)res = dso;
/seL4-refos-master/libs/libmuslc/src/exit/arm/
H A D__aeabi_atexit.c1 int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
/seL4-refos-master/libs/libmuslc/src/exit/arm_sel4/
H A D__aeabi_atexit.c1 int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c42 struct dso { struct
50 struct dso *next, *prev;
69 struct dso **deps, *needed_by;
78 struct dso *fini_next;
95 struct dso *dso; member in struct:symdef
115 static struct dso ldso;
116 static struct dso *head, *tail, *fini_head;
151 /* Compute load address for a virtual address in a given dso. */
153 static void *laddr(const struct dso *
205 sysv_lookup(const char *s, uint32_t h, struct dso *dso) argument
219 gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) argument
240 gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) argument
259 find_sym(struct dso *dso, const char *s, int need_def) argument
301 do_relocs(struct dso *dso, size_t *rel, size_t rel_size, size_t stride) argument
462 reclaim(struct dso *dso, size_t start, size_t end) argument
478 reclaim_gaps(struct dso *dso) argument
521 unmap_library(struct dso *dso) argument
537 map_library(int fd, struct dso *dso) argument
[all...]
/seL4-refos-master/libs/libmuslc/src/exit/
H A Datexit.c31 void __cxa_finalize(void *dso) argument
35 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument

Completed in 36 milliseconds