Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1506 if (in.mipsRldMap) { in computeContents()
1508 addInSec(DT_MIPS_RLD_MAP, *in.mipsRldMap); in computeContents()
1512 in.mipsRldMap->getVA() - (getVA() + entries.size() * entsize)); in computeContents()
3825 mipsRldMap.reset(); in reset()
H A DSyntheticSections.h1287 std::unique_ptr<MipsRldMapSection> mipsRldMap; member
H A DWriter.cpp308 in.mipsRldMap = std::make_unique<MipsRldMapSection>(); in createSyntheticSections()
309 add(*in.mipsRldMap); in createSyntheticSections()