Home
last modified time | relevance | path

Searched refs:nallsections (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dldgeneric.c2844 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() local
2974 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 …]
Dld.c1213 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()
Dld.h860 size_t nallsections; member