Searched refs:nallsections (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()2959 struct scnhead *temp[ld_state.nallsections]; in sort_sections_lscript()2963 ld_state.nallsections * sizeof (temp[0])); in sort_sections_lscript()2964 size_t nallsections = ld_state.nallsections; in sort_sections_lscript() local2974 ld_state.nallsections = 0; in sort_sections_lscript()2993 for (cnt = 0; cnt < nallsections; ++cnt) in sort_sections_lscript()3003 last_writable = ld_state.nallsections - 1; in sort_sections_lscript()3023 (ld_state.nallsections - last_writable) in sort_sections_lscript()[all …]
1213 ld_state.nallsections = ld_state.section_tab.filled; in collect_sections()1219 (ld_state.nallsections + 1) in collect_sections()1261 assert (cnt == ld_state.nallsections); in collect_sections()
860 size_t nallsections; member