Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp514 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local
515 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
516 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()
518 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()