Searched refs:finiArray (Results 1 – 4 of 4) sorted by relevance
151 static OutputSection *finiArray; member
41 OutputSection *Out::finiArray; member in Out
287 Out::finiArray = nullptr; in createSyntheticSections()1853 Out::finiArray = findSection(".fini_array"); in finalizeSections()2235 define("__fini_array_start", "__fini_array_end", Out::finiArray); in addStartEndSymbols()
1490 if (Out::finiArray) { in computeContents()1491 addInt(DT_FINI_ARRAY, Out::finiArray->addr); in computeContents()1492 addInt(DT_FINI_ARRAYSZ, Out::finiArray->size); in computeContents()