Searched refs:allsections (Results 1 – 3 of 3) sorted by relevance
2852 ld_state.allsections[ld_state.nallsections++] = (*scnhead); in match_section()2927 ld_state.allsections[ld_state.nallsections++] = newp; in match_section()2934 queued = ld_state.allsections[ld_state.nallsections - 1]; in match_section()2970 memcpy (temp, ld_state.allsections, in sort_sections_lscript()3023 if (ld_state.allsections[last_writable]->type != SHT_NOBITS) in sort_sections_lscript()3029 memmove (&ld_state.allsections[last_writable + 1], in sort_sections_lscript()3030 &ld_state.allsections[last_writable], in sort_sections_lscript()3032 * sizeof (ld_state.allsections[0])); in sort_sections_lscript()3034 ld_state.allsections[last_writable] = (struct scnhead *) in sort_sections_lscript()3038 ld_state.allsections[last_writable]->name = ".bss"; in sort_sections_lscript()[all …]
1229 ld_state.allsections = in collect_sections()1269 ld_state.allsections[cnt++] = h; in collect_sections()
867 struct scnhead **allsections; member