Searched refs:ELFRelocationSection (Results 1 – 4 of 4) sorted by relevance
218 class ELFRelocationSection : public ELFSection {219 ELFRelocationSection() = delete;220 ELFRelocationSection(const ELFRelocationSection &) = delete;221 ELFRelocationSection &operator=(const ELFRelocationSection &) = delete;224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, in ELFRelocationSection() function357 void ELFRelocationSection::writeData(ELFStreamer &Str, in writeData()
115 ELFRelocationSection *128 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>( in createRelocationSection()146 ELFRelocationSection *RelSection = *RelIt; in assignRelSectionNumInPairs()163 for (ELFRelocationSection *S : RelSections) { in assignRelLinkNum()226 ELFRelocationSection *RelSection = nullptr; in writeFunctionCode()353 ELFRelocationSection *RelSection; in writeDataOfType()595 ELFRelocationSection *RelSection; in writeJumpTable()648 for (ELFRelocationSection *RelSec : RelSections) { in writeRelocationSections()
112 using RelSectionList = std::vector<ELFRelocationSection *>;134 ELFRelocationSection *
70 void ELFRelocationSection::addRelocations(RelocOffsetT BaseOff, in addRelocations()92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize()