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

/fs/
H A Dbinfmt_som.c135 const struct som_exec_auxhdr *hpuxhdr)
146 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem);
147 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize);
152 flags, SOM_PAGESTART(hpuxhdr->exec_tfile));
157 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem);
158 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize);
164 SOM_PAGESTART(hpuxhdr->exec_dfile));
169 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize);
195 struct som_exec_auxhdr *hpuxhdr; local
210 hpuxhdr
134 map_som_binary(struct file *file, const struct som_exec_auxhdr *hpuxhdr) argument
[all...]

Completed in 47 milliseconds