LINE_ROUND
i = (objsize & (LINE_ROUND - 1));
nm_prinf("aligning object by %d bytes", LINE_ROUND - i);
objsize += LINE_ROUND - i;