Home
last modified time | relevance | path

Searched refs:OffsetIntoSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp464 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local
465 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
466 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()
468 uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp481 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() local
482 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
483 Size <= Section->VirtualSize - OffsetIntoSection) { in getRvaAndSizeAsBytes()
485 uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()