Searched refs:SOM_PAGEALIGN (Results 1 – 1 of 1) sorted by relevance
53 #define SOM_PAGEALIGN(_v) (((_v) + SOM_PAGESIZE - 1) & ~(SOM_PAGESIZE - 1)) macro147 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize); in map_som_binary()156 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize); in map_som_binary()165 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize); in map_som_binary()