Lines Matching defs:head

106 	void *head;
135 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head;
912 // skip head dso.
1060 if (head==&ldso)
1071 ctx = type==REL_COPY ? head->syms_next : head;
2191 /* For head, all preloads are direct pseudo-dependencies.
2193 if (p==head) for (struct dso *q=p->next; q; q=q->next)
2199 p->deps = (p==head && cnt<2) ? builtin_deps :
2206 if (p==head) for (struct dso *q=p->next; q; q=q->next)
2282 for (p=head; p; p=p->next)
2480 add_can_search_so_list_in_dso(p, head);
2495 if (head != &ldso && p->relro_start != p->relro_end &&
2597 for (cnt=0, p=head; p; cnt++, p=p->next)
2601 if (dso==head && cnt <= countof(builtin_ctor_queue))
2738 for (p=head; ; p=p->next) {
2830 head = &ldso;
3030 head = tail = syms_tail = &app;
3060 for (struct dso *q=head; q; q=q->next) {
3071 for (struct dso *q=head; q; q=q->next) {
3078 for (struct dso *p=head; p; p=p->next) {
3143 for (struct dso *q=head; q; q=q->next) {
3167 if (init_cfi_shadow(head, &ldso) == CFI_FAILED) {
3177 if (find_sym(head, "malloc", 1).dso != &ldso)
3179 if (find_sym(head, "aligned_alloc", 1).dso != &ldso)
3330 LD_LOGD("dlopen_impl file is null, return head.");
3331 return dlopen_post(head, mode);
3428 task = create_loadtask(file, head, ns, true);
3477 p = load_library(file, head, ns, true, reserved_address ? &reserved_params : NULL);
3777 for (p=head; p; p=p->next) if (h==p) return 0;
3786 for (p=head; p; p=p->next) {
3809 if (p == head || p == RTLD_DEFAULT) {
3810 p = head;
3814 if (!p) p=head;
3914 for (d = head; d->syms_next != p; d = d->syms_next)
3918 for (d = head; d->syms_next != p; d = d->syms_next)
4326 for(current = head; current;) {
5446 /* For head, all preloads are direct pseudo-dependencies.
5448 if (p == head) {
5460 p->deps = (p == head && cnt < MIN_DEPS_COUNT) ? builtin_deps :
5470 if (p == head) {
5784 debug.head = NULL;
5787 add_dso_info_to_debug_map(head);
5830 if (debug.head == NULL) {
5833 debug.head = debug_tail = debug_info;