Searched refs:SOM_PAGESTART (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_som.c48 #define SOM_PAGESTART(_v) ((_v) & ~(unsigned long)(SOM_PAGESIZE-1)) macro
143 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem);
149 flags, SOM_PAGESTART(hpuxhdr->exec_tfile));
154 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem);
161 SOM_PAGESTART(hpuxhdr->exec_dfile));

Completed in 25 milliseconds