Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h162 class ELFSymbolTableSection : public ELFSection {
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
238 ELFSymbolTableSection *SymTab);
246 void writeData(ELFStreamer &Str, const ELFSymbolTableSection *SymTab);
330 void ELFSymbolTableSection::writeSymbolMap(ELFStreamer &Str, in writeSymbolMap()
358 const ELFSymbolTableSection *SymTab) { in writeData()
DIceELFSection.cpp72 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()
DIceELFObjectWriter.h124 ELFSymbolTableSection *SymTab;
DIceELFObjectWriter.cpp94 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0, in ELFObjectWriter()