Searched refs:segment_nr (Results 1 – 2 of 2) sorted by relevance
1075 queued->segment_nr = ~0; in add_section()2821 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument2837 (*scnhead)->segment_nr = segment_nr; in match_section()2908 newp->segment_nr = segment_nr; in match_section()2975 size_t segment_nr; in sort_sections_lscript() local2977 for (segment_nr = 0; segment != NULL; segment = segment->next, ++segment_nr) in sort_sections_lscript()2998 new_section, segment_nr); in sort_sections_lscript()3034 ld_state.allsections[last_writable]->segment_nr in sort_sections_lscript()3035 = ld_state.allsections[last_writable - 1]->segment_nr; in sort_sections_lscript()
696 int segment_nr; member