Home
last modified time | relevance | path

Searched refs:addOutSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1273 void DynamicSection<ELFT>::addOutSec(int32_t tag, OutputSection *sec) { in addOutSec() function in DynamicSection
1466 addOutSec(DT_PREINIT_ARRAY, Out::preinitArray); in finalizeContents()
1470 addOutSec(DT_INIT_ARRAY, Out::initArray); in finalizeContents()
1474 addOutSec(DT_FINI_ARRAY, Out::finiArray); in finalizeContents()
DSyntheticSections.h485 void addOutSec(int32_t tag, OutputSection *sec);