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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c59 struct link_map l_map; member in struct:dso
250 return p->l_map.l_addr + v;
264 return (struct dso*)p->l_map.l_next;
268 return (struct dso*)p->l_map.l_prev;
273 p->l_map.l_next = next ? &next->l_map : NULL;
278 p->l_map.l_prev = prev ? &prev->l_map : NULL;
434 ElfW(Addr) base = dso->l_map.l_addr;
471 error("Error relocating %s: %s: symbol not found", dso->l_map
[all...]

Completed in 88 milliseconds