Home | History | Annotate | Download | only in ld

Lines Matching refs:overlay_list

7509 struct overlay_list {
7510 struct overlay_list *next;
7514 static struct overlay_list *overlay_list;
7537 struct overlay_list *n;
7546 if (overlay_list == NULL)
7550 n = (struct overlay_list *) xmalloc (sizeof *n);
7552 n->next = overlay_list;
7553 overlay_list = n;
7623 struct overlay_list *l;
7634 if (overlay_list != NULL)
7636 overlay_list->os->update_dot = 1;
7637 overlay_list->os->update_dot_tree
7641 l = overlay_list;
7644 struct overlay_list *next;
7683 overlay_list = NULL;