Lines Matching full:last_writable
2986 size_t last_writable = ~0ul;
3013 last_writable = ld_state.nallsections - 1;
3022 if (last_writable == ~0ul)
3025 if (ld_state.allsections[last_writable]->type != SHT_NOBITS)
3030 ++last_writable;
3031 memmove (&ld_state.allsections[last_writable + 1],
3032 &ld_state.allsections[last_writable],
3033 (ld_state.nallsections - last_writable)
3036 ld_state.allsections[last_writable] = (struct scnhead *)
3040 ld_state.allsections[last_writable]->name = ".bss";
3042 ld_state.allsections[last_writable]->type = SHT_NOBITS;
3044 ld_state.allsections[last_writable]->segment_nr
3045 = ld_state.allsections[last_writable - 1]->segment_nr;
3069 if (likely (ld_state.allsections[last_writable]->last != NULL))
3071 si->next = ld_state.allsections[last_writable]->last->next;
3072 ld_state.allsections[last_writable]->last->next = si;
3073 ld_state.allsections[last_writable]->last = si;
3076 ld_state.allsections[last_writable]->last = si->next = si;
3099 if (likely (ld_state.allsections[last_writable]->last != NULL))
3101 si->next = ld_state.allsections[last_writable]->last->next;
3102 ld_state.allsections[last_writable]->last->next = si;
3103 ld_state.allsections[last_writable]->last = si;
3106 ld_state.allsections[last_writable]->last = si->next = si;