Searched refs:OffsetIntoSection (Results 1 – 1 of 1) sorted by relevance
514 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local515 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()516 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()518 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()