Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp34 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()
147 uint32_t SectionTableStart; member
173 CP.SectionTableStart = in layoutCOFF()
176 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
180 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
304 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
424 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()
440 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()