Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h484 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local
487 if (SectionTableOffset + SectionTableSize > FileSize) in sections()