Searched refs:OffsetIntoSection (Results 1 – 1 of 1) sorted by relevance
487 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local488 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()489 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()491 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()