Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/rtld-elf/
H A Dmap_object.c223 data_prot = convert_prot(segs[i]->p_flags); in map_object()
456 convert_prot(int elfflags) in convert_prot() function
H A Drtld.h398 int convert_prot(int elfflags);
H A Drtld.c2855 prot = convert_prot(ph->p_flags) | (before ? PROT_WRITE : 0); in reloc_textrel_prot()