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