Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h163 static OutputSection *finiArray; member
H A DOutputSections.cpp48 OutputSection *Out::finiArray; member in Out
H A DSyntheticSections.cpp1504 if (Out::finiArray) { in computeContents()
1505 addInt(DT_FINI_ARRAY, Out::finiArray->addr); in computeContents()
1506 addInt(DT_FINI_ARRAYSZ, Out::finiArray->size); in computeContents()
4655 Out::finiArray = nullptr; in createSyntheticSections()
H A DWriter.cpp1698 Out::finiArray = findSection(".fini_array"); in finalizeSections()
2107 define("__fini_array_start", "__fini_array_end", Out::finiArray); in addStartEndSymbols()