Home
last modified time | relevance | path

Searched refs:NewSection (Results 1 – 2 of 2) sorted by relevance

/external/jhead/
Djpgfile.c999 Section_t * NewSection; in CreateSection() local
1021 NewSection = Sections+NewIndex; in CreateSection()
1023 NewSection->Type = SectionType; in CreateSection()
1024 NewSection->Size = Size; in CreateSection()
1025 NewSection->Data = Data; in CreateSection()
1027 return NewSection; in CreateSection()
/external/llvm/include/llvm/MC/
DMCStreamer.h317 MCSectionSubPair NewSection = I->first; in PopSection() local
319 if (OldSection != NewSection) in PopSection()
320 ChangeSection(NewSection.first, NewSection.second); in PopSection()