Lines Matching refs:scnhead
959 struct scnhead *queued; in add_section()
960 struct scnhead search; in add_section()
1067 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1); in add_section()
2408 struct scnhead *newp; in new_generated_scn()
2410 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in new_generated_scn()
2411 sizeof (struct scnhead)); in new_generated_scn()
2821 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument
2827 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0) in match_section()
2834 if ((*scnhead)->kind != scn_normal) in match_section()
2836 (*scnhead)->name = osectname; in match_section()
2837 (*scnhead)->segment_nr = segment_nr; in match_section()
2841 if ((*scnhead)->type == SHT_NOTE) in match_section()
2844 ld_state.allsections[ld_state.nallsections++] = (*scnhead); in match_section()
2850 runp = (*scnhead)->last->next; in match_section()
2851 prevp = (*scnhead)->last; in match_section()
2888 free (*scnhead); in match_section()
2889 *scnhead = NULL; in match_section()
2898 struct scnhead *newp; in match_section()
2900 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in match_section()
2924 struct scnhead *queued; in match_section()
2959 struct scnhead *temp[ld_state.nallsections]; in sort_sections_lscript()
3026 ld_state.allsections[last_writable] = (struct scnhead *) in sort_sections_lscript()
3027 obstack_calloc (&ld_state.smem, sizeof (struct scnhead)); in sort_sections_lscript()
3164 struct scnhead *head = ld_state.allsections[cnt]; in ld_generic_create_sections()
4429 struct scnhead *head = ld_state.allsections[cnt]; in ld_generic_create_outfile()