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 35 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) {
139 uint32_t SectionTableSize;
168 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size();
171 CP.SectionTableStart + CP.SectionTableSize;
296 CP.SectionTableStart + CP.SectionTableSize, Header->FileAlignment);
433 assert(OS.tell() == CP.SectionTableStart + CP.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 146 milliseconds