reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/OutputSections.h
  132   static OutputSection *preinitArray;

References

tools/lld/ELF/SyntheticSections.cpp
 1419     if (Out::preinitArray) {
 1420       addOutSec(DT_PREINIT_ARRAY, Out::preinitArray);
 1421       addSize(DT_PREINIT_ARRAYSZ, Out::preinitArray);
tools/lld/ELF/Writer.cpp
 1673   Out::preinitArray = findSection(".preinit_array");
 1998   define("__preinit_array_start", "__preinit_array_end", Out::preinitArray);