Searched refs:ELFSymbolTableSection (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.h | 162 class ELFSymbolTableSection : public ELFSection { class 163 ELFSymbolTableSection() = delete; 164 ELFSymbolTableSection(const ELFSymbolTableSection &) = delete; 165 ELFSymbolTableSection &operator=(const ELFSymbolTableSection &) = delete; 168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, in ELFSymbolTableSection() function in Ice::ELFSymbolTableSection 238 ELFSymbolTableSection *SymTab); 246 void writeData(ELFStreamer &Str, const ELFSymbolTableSection *SymTab); 330 void ELFSymbolTableSection [all...] |
H A D | IceELFSection.cpp | 72 ELFSymbolTableSection *SymTab) { in addRelocations() 98 void ELFSymbolTableSection::createNullSymbol(ELFSection *NullSection, in createNullSymbol() 110 void ELFSymbolTableSection::createDefinedSym(GlobalString Name, uint8_t Type, in createDefinedSym() 129 void ELFSymbolTableSection::noteUndefinedSym(GlobalString Name, in noteUndefinedSym() 145 const ELFSym *ELFSymbolTableSection::findSymbol(GlobalString Name) const { in findSymbol() 155 void ELFSymbolTableSection::updateIndices(const ELFStringTableSection *StrTab) { in updateIndices() 177 void ELFSymbolTableSection::writeData(ELFStreamer &Str, bool IsELF64) { in writeData()
|
H A D | IceELFObjectWriter.h | 124 ELFSymbolTableSection *SymTab;
|
H A D | IceELFObjectWriter.cpp | 88 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0, in ELFObjectWriter()
|
Completed in 3 milliseconds