Searched refs:ConStart (Results 1 – 1 of 1) sorted by relevance
842 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local843 uintptr_t ConEnd = ConStart + Sec->SizeOfRawData; in getSectionContents()846 Res = ArrayRef<uint8_t>(reinterpret_cast<const unsigned char*>(ConStart), in getSectionContents()