Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h1017 MipsRldMapSection *MipsRldMap; member
H A DWriter.cpp322 In.MipsRldMap = make<MipsRldMapSection>(); in createSyntheticSections()
323 Add(In.MipsRldMap); in createSyntheticSections()
H A DSyntheticSections.cpp1425 if (In.MipsRldMap) { in finalizeContents()
1427 addInSec(DT_MIPS_RLD_MAP, In.MipsRldMap); in finalizeContents()
1430 addInSecRelative(DT_MIPS_RLD_MAP_REL, In.MipsRldMap); in finalizeContents()