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.cpp38 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()
145 uint32_t SectionTableStart; member
199 CP.SectionTableStart = in layoutCOFF()
202 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
206 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
351 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
469 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()
483 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()