Searched refs:ELFDataSection (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 305 ELFDataSection *Section = createSection<ELFDataSection>( 345 ELFDataSection *Section; in writeDataOfType() 359 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType() 370 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType() 381 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags, in writeDataOfType() 530 ELFDataSection *Section = createSection<ELFDataSection>( 576 ELFDataSection *Section; in writeJumpTable() 583 Section = createSection<ELFDataSection>(SectionNam in writeJumpTable() [all...] |
H A D | IceELFSection.h | 116 class ELFDataSection : public ELFSection { class 117 ELFDataSection() = delete; 118 ELFDataSection(const ELFDataSection &) = delete; 119 ELFDataSection &operator=(const ELFDataSection &) = delete;
|
H A D | IceELFSection.cpp | 35 void ELFDataSection::appendData(ELFStreamer &Str, in appendData() 41 void ELFDataSection::appendZeros(ELFStreamer &Str, SizeT NumBytes) { in appendZeros() 46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() 58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment()
|
H A D | IceELFObjectWriter.h | 111 using DataSectionList = std::vector<ELFDataSection *>;
|
Completed in 3 milliseconds