Searched refs:code_start (Results 1 – 1 of 1) sorted by relevance
137 unsigned long code_start, code_size, data_start, data_size; in map_som_binary() local146 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem); in map_som_binary()148 current->mm->start_code = code_start; 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()