Home | History | Annotate | Download | only in src

Lines Matching refs:scnhead

967   struct scnhead *queued;
968 struct scnhead search;
1075 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1);
2416 struct scnhead *newp;
2418 newp = (struct scnhead *) obstack_calloc (&ld_state.smem,
2419 sizeof (struct scnhead));
2829 struct scnhead **scnhead, bool new_section, size_t segment_nr)
2835 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0)
2842 if ((*scnhead)->kind != scn_normal)
2844 (*scnhead)->name = osectname;
2845 (*scnhead)->segment_nr = segment_nr;
2849 if ((*scnhead)->type == SHT_NOTE)
2852 ld_state.allsections[ld_state.nallsections++] = (*scnhead);
2858 runp = (*scnhead)->last->next;
2859 prevp = (*scnhead)->last;
2896 free (*scnhead);
2897 *scnhead = NULL;
2906 struct scnhead *newp;
2908 newp = (struct scnhead *) obstack_calloc (&ld_state.smem,
2932 struct scnhead *queued;
2967 struct scnhead *temp[ld_state.nallsections];
3034 ld_state.allsections[last_writable] = (struct scnhead *)
3035 obstack_calloc (&ld_state.smem, sizeof (struct scnhead));
3172 struct scnhead *head = ld_state.allsections[cnt];
4437 struct scnhead *head = ld_state.allsections[cnt];