Home
last modified time | relevance | path

Searched refs:ELFRelocationSection (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h218 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() function
357 void ELFRelocationSection::writeData(ELFStreamer &Str, in writeData()
DIceELFObjectWriter.cpp115 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()
DIceELFObjectWriter.h112 using RelSectionList = std::vector<ELFRelocationSection *>;
134 ELFRelocationSection *
DIceELFSection.cpp70 void ELFRelocationSection::addRelocations(RelocOffsetT BaseOff, in addRelocations()
92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize()