Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.h218 class ELFRelocationSection : public ELFSection { class
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 in Ice::ELFRelocationSection
357 void ELFRelocationSection::writeData(ELFStreamer &Str, in writeData()
H A DIceELFObjectWriter.cpp108 ELFRelocationSection *
121 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>( in createRelocationSection()
139 ELFRelocationSection *RelSection = *RelIt; in assignRelSectionNumInPairs()
156 for (ELFRelocationSection *S : RelSections) { in assignRelLinkNum()
219 ELFRelocationSection *RelSection = nullptr; in writeFunctionCode()
346 ELFRelocationSection *RelSection; in writeDataOfType()
577 ELFRelocationSection *RelSection; in writeJumpTable()
622 for (ELFRelocationSection *RelSec : RelSections) { in writeRelocationSections()
H A DIceELFObjectWriter.h112 using RelSectionList = std::vector<ELFRelocationSection *>;
134 ELFRelocationSection *
H A DIceELFSection.cpp70 void ELFRelocationSection::addRelocations(RelocOffsetT BaseOff, in addRelocations()
92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize()

Completed in 3 milliseconds