Searched refs:ContentStart (Results 1 – 2 of 2) sorted by relevance
277 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local279 if (checkOffset(Data, uintptr_t(ContentStart), SectionSize)) in getSectionContents()282 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()
284 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local286 if (checkOffset(Data, uintptr_t(ContentStart), SectionSize)) in getSectionContents()289 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()