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

/external/elfutils/src/
H A Dld.c1213 ld_state.nallsections = ld_state.section_tab.filled;
1219 (ld_state.nallsections + 1)
1261 assert (cnt == ld_state.nallsections);
H A Dldgeneric.c2844 ld_state.allsections[ld_state.nallsections++] = (*scnhead);
2919 ld_state.allsections[ld_state.nallsections++] = newp;
2926 queued = ld_state.allsections[ld_state.nallsections - 1];
2959 struct scnhead *temp[ld_state.nallsections];
2963 ld_state.nallsections * sizeof (temp[0]));
2964 size_t nallsections = ld_state.nallsections; local
2974 ld_state.nallsections = 0;
2993 for (cnt = 0; cnt < nallsections; ++cnt)
3003 last_writable = ld_state.nallsections
[all...]
H A Dld.h860 size_t nallsections; member in struct:ld_state

Completed in 122 milliseconds