Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp35 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()
138 uint32_t SectionTableStart; member
164 CP.SectionTableStart = in layoutCOFF()
167 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
171 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
296 CP.SectionTableStart + CP.SectionTableSize, Header->FileAlignment); in initializeOptionalHeader()
417 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()
433 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()