pub const DT_RPATH: i64 = 15;
Expand description
This element holds the string table offset of a null-terminated search library search path string. The offset is an index into the table recorded in the DT_STRTAB entry. Its use has been superseded by DT_RUNPATH.