Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1255 MipsRldMapSection *mipsRldMap; member
H A DWriter.cpp387 in.mipsRldMap = make<MipsRldMapSection>(); in createSyntheticSections()
388 add(in.mipsRldMap); in createSyntheticSections()
H A DSyntheticSections.cpp1532 if (in.mipsRldMap) { in finalizeContents()
1534 addInSec(DT_MIPS_RLD_MAP, in.mipsRldMap); in finalizeContents()
1537 addInSecRelative(DT_MIPS_RLD_MAP_REL, in.mipsRldMap); in finalizeContents()