Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp98 void ELFSymbolTableSection::createNullSymbol(ELFSection *NullSection, in createNullSymbol() argument
106 createDefinedSym(NullSymbolName, STT_NOTYPE, STB_LOCAL, NullSection, 0, 0); in createNullSymbol()
130 ELFSection *NullSection) { in noteUndefinedSym() argument
133 NewSymbol.Section = NullSection; in noteUndefinedSym()
DIceELFObjectWriter.cpp81 NullSection = new (Ctx.allocate<ELFSection>()) in ELFObjectWriter()
97 SymTab->createNullSymbol(NullSection, &Ctx); in ELFObjectWriter()
173 NullSection->setNumber(CurSectionNumber++); in assignSectionNumbersInfo()
175 AllSections.push_back(NullSection); in assignSectionNumbersInfo()
642 SymTab->noteUndefinedSym(Name, NullSection); in setUndefinedSyms()
DIceELFObjectWriter.h122 ELFSection *NullSection; variable
DIceELFSection.h183 void noteUndefinedSym(GlobalString Name, ELFSection *NullSection);
187 void createNullSymbol(ELFSection *NullSection, GlobalContext *Ctx);