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

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp734 uint32_t SectionTableSize = 0; local
739 SectionTableSize = sizeof(COFF::section) * CP.Sections.size();
741 uint32_t CurrentSectionDataOffset = SectionTableStart + SectionTableSize;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h1920 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize;
1922 if (SectionTableOffset + SectionTableSize > FileSize)

Completed in 145 milliseconds