OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stub_frag
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp
136
Stub*
stub_frag
= static_cast<Stub*>(m_pFragment);
local
137
unsigned int total_length =
stub_frag
->size();
140
std::memcpy(pDest,
stub_frag
->getContent() + total_offset, pNBytes);
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
696
const Stub&
stub_frag
= llvm::cast<Stub>(*fragIter);
local
697
memcpy(pRegion.begin() + cur_offset,
stub_frag
.getContent(), size);
Completed in 6170 milliseconds