Searched refs:RelaSection (Results 1 – 2 of 2) sorted by relevance
697 const MCSectionELF *RelaSection = in CreateRelocationSections() local702 RelMap[&Section] = RelaSection; in CreateRelocationSections()703 Asm.getOrCreateSectionData(*RelaSection); in CreateRelocationSections()715 const MCSectionELF *RelaSection = RelMap.lookup(&Section); in WriteRelocations() local716 if (!RelaSection) in WriteRelocations()718 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations()
971 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection() local974 RelaSection->setAlignment(is64Bit() ? 8 : 4); in createRelocationSection()975 return RelaSection; in createRelocationSection()