Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp35 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()
139 uint32_t SectionTableStart; member
193 CP.SectionTableStart = in layoutCOFF()
196 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
200 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
345 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
463 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()
477 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()