Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp38 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()
146 uint32_t SectionTableSize; member
203 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
206 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
351 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
483 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h960 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local
961 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()
970 if (SectionTableOffset + SectionTableSize > FileSize) in sections()