Searched refs:OffsetIntoSection (Results 1 – 1 of 1) sorted by relevance
515 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local516 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()517 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()519 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()