Constant DT_PREINIT_ARRAYSZ

Source
pub const DT_PREINIT_ARRAYSZ: i64 = 33;
Expand description

This element holds the size in bytes of the array of pre-initialization functions pointed to by the DT_PREINIT_ARRAY entry. If an object has a DT_PREINIT_ARRAY entry, it must also have a DT_PREINIT_ARRAYSZ entry. As with DT_PREINIT_ARRAY, this entry is ignored if it appears in a shared object.