reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
460 uint32_t SectionStart = Section->VirtualAddress; 461 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; 461 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; 464 Res = uintptr_t(base()) + Section->PointerToRawData + Offset;