Searched refs:pFragRef (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp30 MCFragmentRef& pFragRef,
44 pFragRef.memcpy(&tmp_data, 4);
50 pFragRef.memcpy(&target_data, 8);
59 pFragRef.memcpy(&target_data, (getTarget().bitclass()/8));
63 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
29 produce(RelocationFactory::Type pType, MCFragmentRef& pFragRef, Address pAddend) argument
H A DLayout.cpp508 uint64_t Layout::getOutputOffset(const MCFragmentRef& pFragRef) argument
510 return getOutputOffset(*(pFragRef.frag())) + pFragRef.offset();
513 uint64_t Layout::getOutputOffset(const MCFragmentRef& pFragRef) const
515 return getOutputOffset(*(pFragRef.frag())) + pFragRef.offset();
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h52 /// @param pFragRef - the place to apply the relocation
55 MCFragmentRef& pFragRef,
H A DLayout.h95 uint64_t getOutputOffset(const MCFragmentRef& pFragRef);
100 uint64_t getOutputOffset(const MCFragmentRef& pFragRef) const;

Completed in 574 milliseconds