Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/
HDmap_object.c443 convert_prot(int elfflags) in convert_prot() argument
446 if (elfflags & PF_R) in convert_prot()
448 if (elfflags & PF_W) in convert_prot()
450 if (elfflags & PF_X) in convert_prot()
456 convert_flags(int elfflags) in convert_flags() argument
464 if (!(elfflags & PF_W)) in convert_flags()