Searched refs:convert_prot (Results 1 – 1 of 1) sorted by relevance
42 static int convert_prot(int); /* Elf flags -> mmap protection */202 data_prot = convert_prot(segs[i]->p_flags); in map_object()425 convert_prot(int elfflags) in convert_prot() function