pub const PT_ARM_ARCHEXT: u32 = 0x70000000;
Expand description
Architecture compatibility information.
A segment of type PT_ARM_ARCHEXT contains information describing the platform capabilities required by the executable file. The segment is optional, but if present it must appear before segment of type PT_LOAD.