Searched refs:paddingsize (Results 1 – 1 of 1) sorted by relevance
546 u_int32_t textsize, datasize, paddingsize, execoff; in aout2hux() local592 paddingsize = inf1.text_pad; in aout2hux()597 textsize, datasize, paddingsize, inf1.bss_size, execoff)); in aout2hux()608 (execoff < textsize + paddingsize || in aout2hux()609 execoff >= textsize + paddingsize + datasize)) { in aout2hux()620 put_uint32(&xhdr.x_text, textsize + paddingsize); in aout2hux()655 addr += paddingsize; in aout2hux()656 while (paddingsize--) in aout2hux()