OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullSection
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFSection.cpp
98
void ELFSymbolTableSection::createNullSymbol(ELFSection *
NullSection
,
106
createDefinedSym(NullSymbolName, STT_NOTYPE, STB_LOCAL,
NullSection
, 0, 0);
130
ELFSection *
NullSection
) {
133
NewSymbol.Section =
NullSection
;
IceELFObjectWriter.h
122
ELFSection *
NullSection
;
IceELFSection.h
183
void noteUndefinedSym(GlobalString Name, ELFSection *
NullSection
);
187
void createNullSymbol(ELFSection *
NullSection
, GlobalContext *Ctx);
IceELFObjectWriter.cpp
81
NullSection
= new (Ctx.allocate<ELFSection>())
97
SymTab->createNullSymbol(
NullSection
, &Ctx);
173
NullSection
->setNumber(CurSectionNumber++);
175
AllSections.push_back(
NullSection
);
642
SymTab->noteUndefinedSym(Name,
NullSection
);
Completed in 175 milliseconds