Home
last modified time | relevance | path

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

/fs/
Dbinfmt_som.c135 const struct som_exec_auxhdr *hpuxhdr) in map_som_binary() argument
146 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem); in map_som_binary()
147 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize); in map_som_binary()
152 flags, SOM_PAGESTART(hpuxhdr->exec_tfile)); in map_som_binary()
157 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem); in map_som_binary()
158 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize); in map_som_binary()
164 SOM_PAGESTART(hpuxhdr->exec_dfile)); in map_som_binary()
169 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize); in map_som_binary()
196 struct som_exec_auxhdr *hpuxhdr; in load_som_binary() local
211 hpuxhdr = kmalloc(size, GFP_KERNEL); in load_som_binary()
[all …]