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

/external/elfutils/src/
H A Dldgeneric.c2768 size_t last_writable = ~0; local
2795 last_writable = ld_state.nallsections - 1;
2804 if (last_writable == ~0)
2807 if (ld_state.allsections[last_writable]->type != SHT_NOBITS)
2812 ++last_writable;
2813 memmove (&ld_state.allsections[last_writable + 1],
2814 &ld_state.allsections[last_writable],
2815 (ld_state.nallsections - last_writable)
2818 ld_state.allsections[last_writable] = (struct scnhead *)
2822 ld_state.allsections[last_writable]
[all...]

Completed in 19 milliseconds