Home | History | Annotate | Download | only in linker

Lines Matching refs:DT_PREINIT_ARRAY

1192   // DT_PREINIT_ARRAY functions are called before any other constructors for executables,
1194 CallArray("DT_PREINIT_ARRAY", preinit_array, preinit_array_count, false);
1216 PRINT("\"%s\": ignoring %d-entry DT_PREINIT_ARRAY in shared library!",
1413 case DT_PREINIT_ARRAY:
1415 DEBUG("%s constructors (DT_PREINIT_ARRAY) found at %p", si->name, si->preinit_array);