Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp179 uint32_t CurrentSectionDataOffset = in layoutCOFF() local
185 CurrentSectionDataOffset = alignTo(CurrentSectionDataOffset, in layoutCOFF()
191 S.Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF()
192 CurrentSectionDataOffset += S.Header.SizeOfRawData; in layoutCOFF()
194 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
196 CurrentSectionDataOffset += in layoutCOFF()
205 uint32_t SymbolTableStart = CurrentSectionDataOffset; in layoutCOFF()