Home
last modified time | relevance | path

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

/fs/
Dbinfmt_som.c137 unsigned long code_start, code_size, data_start, data_size; in map_som_binary() local
147 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize); in map_som_binary()
149 current->mm->end_code = code_start + code_size; in map_som_binary()
151 retval = do_mmap(file, code_start, code_size, prot, in map_som_binary()