Searched refs:hpuxhdr (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.c132 const struct som_exec_auxhdr *hpuxhdr)
143 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem);
144 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize);
149 flags, SOM_PAGESTART(hpuxhdr->exec_tfile));
154 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem);
155 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize);
161 SOM_PAGESTART(hpuxhdr->exec_dfile));
166 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize);
193 struct som_exec_auxhdr *hpuxhdr; local
209 hpuxhdr
131 map_som_binary(struct file *file, const struct som_exec_auxhdr *hpuxhdr) argument
[all...]

Completed in 46 milliseconds