Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h620 OutputSection *finiArray = nullptr; member
H A DWriter.cpp1800 ctx.out.finiArray = findSection(ctx, ".fini_array"); in finalizeSections()
2257 define("__fini_array_start", "__fini_array_end", ctx.out.finiArray); in addStartEndSymbols()
H A DSyntheticSections.cpp1558 if (ctx.out.finiArray) { in computeContents()
1559 addInt(DT_FINI_ARRAY, ctx.out.finiArray->addr); in computeContents()
1560 addInt(DT_FINI_ARRAYSZ, ctx.out.finiArray->size); in computeContents()