Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.h153 static OutputSection *preinitArray; member
H A DWriter.cpp266 Out::preinitArray = nullptr; in createSyntheticSections()
1843 Out::preinitArray = findSection(".preinit_array"); in finalizeSections()
2215 define("__preinit_array_start", "__preinit_array_end", Out::preinitArray); in addStartEndSymbols()
H A DOutputSections.cpp43 OutputSection *Out::preinitArray; member in Out
H A DSyntheticSections.cpp1458 if (Out::preinitArray) { in computeContents()
1459 addInt(DT_PREINIT_ARRAY, Out::preinitArray->addr); in computeContents()
1460 addInt(DT_PREINIT_ARRAYSZ, Out::preinitArray->size); in computeContents()