Home
last modified time | relevance | path

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

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