HomeSort by: relevance | last modified time | path
    Searched refs:SectionTableSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp 37 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) {
156 uint32_t SectionTableSize;
213 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size();
216 CP.SectionTableStart + CP.SectionTableSize;
358 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize,
491 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 799 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr);
800 if (SectionTableOffset + SectionTableSize < SectionTableOffset)
809 if (SectionTableOffset + SectionTableSize > FileSize)

Completed in 17 milliseconds