It'd be useful if `libc` exposed `PF_X`, `PF_R`, `PF_W` and `PF_MASKPROC`. You can currently get `PF_{R,W,X}` from the `elf` crate, but arguably `libc` is a more appropriate home for them and `PF_MASKPROC` should also be included.