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

/external/elfutils/src/
H A Dldgeneric.c2641 ld_state.allsections[ld_state.nallsections++] = (*scnhead);
2714 ld_state.allsections[ld_state.nallsections++] = newp;
2721 queued = ld_state.allsections[ld_state.nallsections - 1];
2754 memcpy (temp, ld_state.allsections,
2807 if (ld_state.allsections[last_writable]->type != SHT_NOBITS)
2813 memmove (&ld_state.allsections[last_writable + 1],
2814 &ld_state.allsections[last_writable],
2816 * sizeof (ld_state.allsections[0]));
2818 ld_state.allsections[last_writable] = (struct scnhead *)
2822 ld_state.allsections[last_writabl
[all...]
H A Dld.h830 struct scnhead **allsections; member in struct:ld_state
H A Dld.c1135 ld_state.allsections =
1175 ld_state.allsections[cnt++] = h;

Completed in 29 milliseconds