Searched refs:hpuxhdr (Results 1 – 1 of 1) sorted by relevance
132 const struct som_exec_auxhdr *hpuxhdr) in map_som_binary() argument143 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem); in map_som_binary()144 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize); in map_som_binary()149 flags, SOM_PAGESTART(hpuxhdr->exec_tfile)); in map_som_binary()154 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem); in map_som_binary()155 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize); in map_som_binary()161 SOM_PAGESTART(hpuxhdr->exec_dfile)); in map_som_binary()166 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize); in map_som_binary()193 struct som_exec_auxhdr *hpuxhdr; in do_load_som_binary() local208 hpuxhdr = (struct som_exec_auxhdr *) kmalloc(size, GFP_KERNEL); in do_load_som_binary()[all …]