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