Searched refs:ConStart (Results 1 – 2 of 2) sorted by relevance
1042 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local1044 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()1046 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local1110 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()1112 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()