Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp139 Stub* stub_frag = static_cast<Stub*>(m_pFragment); in memcpy() local
140 unsigned int total_length = stub_frag->size(); in memcpy()
143 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes); in memcpy()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp648 const Stub& stub_frag = llvm::cast<Stub>(*fragIter); in emitSectionData() local
649 memcpy(pRegion.getBuffer(cur_offset), stub_frag.getContent(), size); in emitSectionData()