HomeSort by relevance Sort by last modified time
    Searched refs:stub_frag (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 139 Stub* stub_frag = static_cast<Stub*>(m_pFragment); local
140 unsigned int total_length = stub_frag->size();
143 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 645 const Stub& stub_frag = llvm::cast<Stub>(*fragIter); local
646 memcpy(pRegion.getBuffer(cur_offset), stub_frag.getContent(), size);

Completed in 55 milliseconds