Searched refs:NullSection (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 98 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()
|
D | IceELFObjectWriter.cpp | 81 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()
|
D | IceELFObjectWriter.h | 122 ELFSection *NullSection; variable
|
D | IceELFSection.h | 183 void noteUndefinedSym(GlobalString Name, ELFSection *NullSection); 187 void createNullSymbol(ELFSection *NullSection, GlobalContext *Ctx);
|