Home
last modified time | relevance | path

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

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