Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c2854 ld_state.allsections[ld_state.nallsections++] = (*scnhead); in match_section()
2929 ld_state.allsections[ld_state.nallsections++] = newp; in match_section()
2936 queued = ld_state.allsections[ld_state.nallsections - 1]; in match_section()
2969 struct scnhead *temp[ld_state.nallsections]; in sort_sections_lscript()
2973 ld_state.nallsections * sizeof (temp[0])); in sort_sections_lscript()
2974 size_t nallsections = ld_state.nallsections; in sort_sections_lscript() local
2984 ld_state.nallsections = 0; in sort_sections_lscript()
3003 for (cnt = 0; cnt < nallsections; ++cnt) in sort_sections_lscript()
3013 last_writable = ld_state.nallsections - 1; in sort_sections_lscript()
3033 (ld_state.nallsections - last_writable) in sort_sections_lscript()
[all …]
Dld.c1224 ld_state.nallsections = ld_state.section_tab.filled; in collect_sections()
1230 (ld_state.nallsections + 1) in collect_sections()
1272 assert (cnt == ld_state.nallsections); in collect_sections()
Dld.h868 size_t nallsections; member