Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1528 if (in.mipsRldMap) { in computeContents()
1530 addInSec(DT_MIPS_RLD_MAP, *in.mipsRldMap); in computeContents()
1534 in.mipsRldMap->getVA() - (getVA() + entries.size() * entsize)); in computeContents()
3856 mipsRldMap.reset(); in reset()
H A DSyntheticSections.h1353 std::unique_ptr<MipsRldMapSection> mipsRldMap; member
H A DWriter.cpp369 in.mipsRldMap = std::make_unique<MipsRldMapSection>(); in createSyntheticSections()
370 add(*in.mipsRldMap); in createSyntheticSections()