SOM_PAGEALIGN     147 fs/binfmt_som.c 	code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize);
SOM_PAGEALIGN     158 fs/binfmt_som.c 	data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize);
SOM_PAGEALIGN     169 fs/binfmt_som.c 	som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize);