Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Dmap_object.c488 convert_prot(int elfflags) in convert_prot() argument
491 if (elfflags & PF_R) in convert_prot()
493 if (elfflags & PF_W) in convert_prot()
495 if (elfflags & PF_X) in convert_prot()
501 convert_flags(int elfflags) in convert_flags() argument
509 if (!(elfflags & PF_W)) in convert_flags()
H A Drtld.h399 int convert_prot(int elfflags);