Constant SHF_ARM_PURECODE

Source
pub const SHF_ARM_PURECODE: u64 = 0x20000000;
Expand description

The contents of this section contains only program instructions and no program data.

If any section contained by a segment does not have the SHF_ARM_PURECODE section flag set, the PF_R segment flag must be set in the program header for the segment. If all sections contained by a segment have the SHF_ARM_PURECODE section flag, a linker may optionally clear the PF_R segment flag in the program header of the segment, to signal to the runtime that the program does not rely on being able to read that segment.