N_ALIGN
nextra = N_ALIGN(pconf->extra.len);
nextra += N_ALIGN(pinf->extra.len);
nextra += N_ALIGN(pend->extra.len);
nextra += N_ALIGN(pinf->extra.len);
nextra += N_ALIGN(pend->extra.len);
nextra = N_ALIGN(nextra);
pextra += N_ALIGN(pconfd->extra_length);
pextra += N_ALIGN(pinf->extra.len);
pextra += N_ALIGN(pend->extra.len);
N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
hdr->text = N_ALIGN(ex, hdr->text);
hdr->data = N_ALIGN(ex, hdr->data);
hdr->size = N_ALIGN(ex, sizeof(ex));