Home | History | Annotate | Download | only in src

Lines Matching refs:scnhead

969   struct scnhead *queued;
970 struct scnhead search;
1077 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1);
2418 struct scnhead *newp;
2420 newp = (struct scnhead *) obstack_calloc (&ld_state.smem,
2421 sizeof (struct scnhead));
2831 struct scnhead **scnhead, bool new_section, size_t segment_nr)
2837 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0)
2844 if ((*scnhead)->kind != scn_normal)
2846 (*scnhead)->name = osectname;
2847 (*scnhead)->segment_nr = segment_nr;
2851 if ((*scnhead)->type == SHT_NOTE)
2854 ld_state.allsections[ld_state.nallsections++] = (*scnhead);
2860 runp = (*scnhead)->last->next;
2861 prevp = (*scnhead)->last;
2898 free (*scnhead);
2899 *scnhead = NULL;
2908 struct scnhead *newp;
2910 newp = (struct scnhead *) obstack_calloc (&ld_state.smem,
2934 struct scnhead *queued;
2969 struct scnhead *temp[ld_state.nallsections];
3036 ld_state.allsections[last_writable] = (struct scnhead *)
3037 obstack_calloc (&ld_state.smem, sizeof (struct scnhead));
3174 struct scnhead *head = ld_state.allsections[cnt];
4439 struct scnhead *head = ld_state.allsections[cnt];