Searched refs:total_offset (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp123 unsigned int total_offset = m_Offset + pOffset; local
128 if (total_length < (total_offset + pNBytes))
129 pNBytes = total_length - total_offset;
132 pDest, region_frag->getRegion().begin() + total_offset, pNBytes);
138 if (total_length < (total_offset + pNBytes))
139 pNBytes = total_length - total_offset;
140 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes);

Completed in 757 milliseconds