Searched refs:OffsetToRaw (Results 1 – 2 of 2) sorted by relevance
271 uint64_t OffsetToRaw; in getSectionContents() local273 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()275 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()277 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()
278 uint64_t OffsetToRaw; in getSectionContents() local280 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()282 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()284 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()