Constant DT_TEXTREL

Source
pub const DT_TEXTREL: i64 = 22;
Expand description

This member’s absence signifies that no relocation entry should cause a modification to a non-writable segment, as specified by the segment permissions in the program header table. If this member is present, one or more relocation entries might request modifications to a non-writable segment, and the dynamic linker can prepare accordingly. Its use has been superseded by the DF_TEXTREL flag.