Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h1211 MipsRldMapSection *mipsRldMap; member
DWriter.cpp387 in.mipsRldMap = make<MipsRldMapSection>(); in createSyntheticSections()
388 add(in.mipsRldMap); in createSyntheticSections()
DSyntheticSections.cpp1514 if (in.mipsRldMap) { in finalizeContents()
1516 addInSec(DT_MIPS_RLD_MAP, in.mipsRldMap); in finalizeContents()
1519 addInSecRelative(DT_MIPS_RLD_MAP_REL, in.mipsRldMap); in finalizeContents()