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

/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp732 uint32_t SectionTableStart = 0; local
737 SectionTableStart = sizeof(COFF::header) + CP.Header.SizeOfOptionalHeader;
740 uint32_t CurrentSectionDataOffset = SectionTableStart + SectionTableSize;

Completed in 262 milliseconds