Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp144 class NullSection : public Section class
409 return auto_ptr<Section>(new NullSection); in NewDeviceList()
459 return auto_ptr<Section>(new NullSection); in NewSnapshotInfo()
498 return auto_ptr<Section>(new NullSection); in NewTraceMetaData()
668 auto_ptr<Section> section(new NullSection); in ParseSingleDevice()
702 auto_ptr<Section> section(new NullSection); in ParseDeviceList()
745 auto_ptr<Section> section(new NullSection); in ParseTraceMetaData()
/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.cpp80 NullSection = new (Ctx.allocate<ELFSection>()) in ELFObjectWriter()
96 SymTab->createNullSymbol(NullSection, &Ctx); in ELFObjectWriter()
172 NullSection->setNumber(CurSectionNumber++); in assignSectionNumbersInfo()
174 AllSections.push_back(NullSection); in assignSectionNumbersInfo()
622 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);