Searched refs:segment_nr (Results 1 – 2 of 2) sorted by relevance
1085 queued->segment_nr = ~0; in add_section()2831 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument2847 (*scnhead)->segment_nr = segment_nr; in match_section()2918 newp->segment_nr = segment_nr; in match_section()2985 size_t segment_nr; in sort_sections_lscript() local2987 for (segment_nr = 0; segment != NULL; segment = segment->next, ++segment_nr) in sort_sections_lscript()3008 new_section, segment_nr); in sort_sections_lscript()3044 ld_state.allsections[last_writable]->segment_nr in sort_sections_lscript()3045 = ld_state.allsections[last_writable - 1]->segment_nr; in sort_sections_lscript()
704 int segment_nr; member