HomeSort by relevance Sort by last modified time
    Searched refs:SectionTableSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 120 uint32_t SectionTableSize = 0;
125 SectionTableSize = sizeof(COFF::section) * CP.Obj.Sections.size();
127 uint32_t CurrentSectionDataOffset = SectionTableStart + SectionTableSize;
  /external/llvm/include/llvm/Object/
ELF.h 651 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize;
653 if (SectionTableOffset + SectionTableSize > FileSize)
    [all...]

Completed in 136 milliseconds