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