Home | History | Annotate | Download | only in src

Lines Matching refs:scnhead

910   struct scnhead *queued;
911 struct scnhead search;
988 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1);
2213 struct scnhead *newp;
2215 newp = (struct scnhead *) obstack_calloc (&ld_state.smem,
2216 sizeof (struct scnhead));
2618 struct scnhead **scnhead, bool new_section, size_t segment_nr)
2624 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0)
2631 if ((*scnhead)->kind != scn_normal)
2633 (*scnhead)->name = osectname;
2634 (*scnhead)->segment_nr = segment_nr;
2638 if ((*scnhead)->type == SHT_NOTE)
2641 ld_state.allsections[ld_state.nallsections++] = (*scnhead);
2647 runp = (*scnhead)->last->next;
2648 prevp = (*scnhead)->last;
2685 free (*scnhead);
2686 *scnhead = NULL;
2695 struct scnhead *newp;
2697 newp = (struct scnhead *) obstack_calloc (&ld_state.smem,
2719 struct scnhead *queued;
2751 struct scnhead *temp[ld_state.nallsections];
2818 ld_state.allsections[last_writable] = (struct scnhead *)
2819 obstack_calloc (&ld_state.smem, sizeof (struct scnhead));
2956 struct scnhead *head = ld_state.allsections[cnt];
3781 struct scnhead *head = ld_state.allsections[cnt];