pub const PT_AARCH64_ARCHEXT: u32 = 0x70000000;
Expand description
Architecture compatibility information.
A segment of type PT_AARCH64_ARCHEXT (if present) contains information describing the architecture capabilities required by the executable file. Not all platform ABIs require this segment; the Linux ABI does not. If the segment is present it must appear before segment of type PT_LOAD.