Home
last modified time | relevance | path

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

/trueos/libexec/rtld-elf/
HDmap_object.c42 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