Lines Matching defs:head
50 void *head;
137 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head;
422 if (head==&ldso)
433 ctx = type==REL_COPY ? head->syms_next : head;
1132 for (p=head->next; p; p=p->next) {
1208 for (p=head->next; p; p=p->next) {
1308 /* For head, all preloads are direct pseudo-dependencies.
1310 if (p==head) for (struct dso *q=p->next; q; q=q->next)
1316 p->deps = (p==head && cnt<2) ? builtin_deps :
1323 if (p==head) for (struct dso *q=p->next; q; q=q->next)
1394 for (p=head; p; p=p->next)
1467 if (head != &ldso && p->relro_start != p->relro_end) {
1568 for (cnt=0, p=head; p; cnt++, p=p->next)
1572 if (dso==head && cnt <= countof(builtin_ctor_queue))
1710 for (p=head; ; p=p->next) {
1799 head = &ldso;
2008 head = tail = syms_tail = &app;
2018 for (struct dso *p=head; p; p=p->next)
2111 if (find_sym(head, "malloc", 1).dso != &ldso)
2113 if (find_sym(head, "aligned_alloc", 1).dso != &ldso)
2123 debug.head = head;
2178 if (!file) return head;
2232 } else p = load_library(file, head);
2298 for (p=head; p; p=p->next) if (h==p) return 0;
2307 if (DL_FDPIC) for (p=head; p; p=p->next) {
2312 for (p=head; p; p=p->next) {
2339 if (p == head || p == RTLD_DEFAULT) {
2340 p = head;
2343 if (!p) p=head;
2469 for(current = head; current;) {