HomeSort by relevance Sort by last modified time
    Searched refs:ELFSymbolTableSection (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 162 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,
238 ELFSymbolTableSection *SymTab);
246 void writeData(ELFStreamer &Str, const ELFSymbolTableSection *SymTab);
330 void ELFSymbolTableSection::writeSymbolMap(ELFStreamer &Str
    [all...]
IceELFSection.cpp 72 ELFSymbolTableSection *SymTab) {
98 void ELFSymbolTableSection::createNullSymbol(ELFSection *NullSection,
110 void ELFSymbolTableSection::createDefinedSym(GlobalString Name, uint8_t Type,
129 void ELFSymbolTableSection::noteUndefinedSym(GlobalString Name,
145 const ELFSym *ELFSymbolTableSection::findSymbol(GlobalString Name) const {
155 void ELFSymbolTableSection::updateIndices(const ELFStringTableSection *StrTab) {
177 void ELFSymbolTableSection::writeData(ELFStreamer &Str, bool IsELF64) {
IceELFObjectWriter.h 124 ELFSymbolTableSection *SymTab;
IceELFObjectWriter.cpp 95 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0,

Completed in 68 milliseconds