Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1530 if (in.mipsRldMap) { in computeContents()
1532 addInSec(DT_MIPS_RLD_MAP, *in.mipsRldMap); in computeContents()
1536 in.mipsRldMap->getVA() - (getVA() + entries.size() * entsize)); in computeContents()
3845 mipsRldMap.reset(); in reset()
H A DSyntheticSections.h1273 std::unique_ptr<MipsRldMapSection> mipsRldMap; member
H A DWriter.cpp327 in.mipsRldMap = std::make_unique<MipsRldMapSection>(); in createSyntheticSections()
328 add(*in.mipsRldMap); in createSyntheticSections()