Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h587 std::unique_ptr<MipsRldMapSection> mipsRldMap; member
H A DSyntheticSections.cpp1598 if (ctx.in.mipsRldMap) { in computeContents()
1600 addInSec(DT_MIPS_RLD_MAP, *ctx.in.mipsRldMap); in computeContents()
1604 ctx.in.mipsRldMap->getVA() - (getVA() + entries.size() * entsize)); in computeContents()
4766 ctx.in.mipsRldMap = std::make_unique<MipsRldMapSection>(ctx); in createSyntheticSections()
4767 add(*ctx.in.mipsRldMap); in createSyntheticSections()