Searched refs:allsections (Results 1 – 3 of 3) sorted by relevance
2844 ld_state.allsections[ld_state.nallsections++] = (*scnhead); in match_section()2919 ld_state.allsections[ld_state.nallsections++] = newp; in match_section()2926 queued = ld_state.allsections[ld_state.nallsections - 1]; in match_section()2962 memcpy (temp, ld_state.allsections, in sort_sections_lscript()3015 if (ld_state.allsections[last_writable]->type != SHT_NOBITS) in sort_sections_lscript()3021 memmove (&ld_state.allsections[last_writable + 1], in sort_sections_lscript()3022 &ld_state.allsections[last_writable], in sort_sections_lscript()3024 * sizeof (ld_state.allsections[0])); in sort_sections_lscript()3026 ld_state.allsections[last_writable] = (struct scnhead *) in sort_sections_lscript()3030 ld_state.allsections[last_writable]->name = ".bss"; in sort_sections_lscript()[all …]
1217 ld_state.allsections = in collect_sections()1257 ld_state.allsections[cnt++] = h; in collect_sections()
859 struct scnhead **allsections; member