Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1375 auto addInSec = [&](int32_t tag, const InputSection &sec) { in computeContents() local
1450 addInSec(part.relaDyn->dynamicTag, *part.relaDyn); in computeContents()
1469 addInSec(ctx.arg.useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR, in computeContents()
1478 addInSec(DT_AARCH64_AUTH_RELR, *part.relrAuthDyn); in computeContents()
1483 addInSec(DT_JMPREL, *ctx.in.relaPlt); in computeContents()
1487 addInSec(DT_MIPS_PLTGOT, *ctx.in.gotPlt); in computeContents()
1490 addInSec(DT_PLTGOT, *ctx.in.got); in computeContents()
1493 addInSec(DT_PLTGOT, *ctx.in.plt); in computeContents()
1502 addInSec(DT_PLTGOT, *ctx.in.gotPlt); in computeContents()
1513 addInSec(DT_PLTGOT, *ctx.in.gotPlt); in computeContents()
[all …]