Searched refs:ConStart (Results 1 – 1 of 1) sorted by relevance
957 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local959 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()961 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()