Home
last modified time | relevance | path

Searched refs:preinitArray (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h149 static OutputSection *preinitArray; member
H A DOutputSections.cpp39 OutputSection *Out::preinitArray; member in Out
H A DWriter.cpp285 Out::preinitArray = nullptr; in createSyntheticSections()
1851 Out::preinitArray = findSection(".preinit_array"); in finalizeSections()
2233 define("__preinit_array_start", "__preinit_array_end", Out::preinitArray); in addStartEndSymbols()
H A DSyntheticSections.cpp1482 if (Out::preinitArray) { in computeContents()
1483 addInt(DT_PREINIT_ARRAY, Out::preinitArray->addr); in computeContents()
1484 addInt(DT_PREINIT_ARRAYSZ, Out::preinitArray->size); in computeContents()