Searched refs:OffsetIntoSection (Results 1 – 1 of 1) sorted by relevance
464 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local465 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()466 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()468 uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()