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

/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp126 uint32_t CurrentSectionDataOffset = SectionTableStart + SectionTableSize; local
134 i->Header.PointerToRawData = CurrentSectionDataOffset;
135 CurrentSectionDataOffset += i->Header.SizeOfRawData;
137 i->Header.PointerToRelocations = CurrentSectionDataOffset;
139 CurrentSectionDataOffset += i->Header.NumberOfRelocations *
149 uint32_t SymbolTableStart = CurrentSectionDataOffset;

Completed in 37 milliseconds