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

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp35 FragmentRef& pFragRef,
49 pFragRef.memcpy(&tmp_data, 4);
55 pFragRef.memcpy(&target_data, 8);
64 pFragRef.memcpy(&target_data, (getTarget().bitclass()/8));
68 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
34 produce(RelocationFactory::Type pType, FragmentRef& pFragRef, Address pAddend) argument
H A DLayout.cpp505 uint64_t Layout::getOutputOffset(const FragmentRef& pFragRef) argument
507 return getOutputOffset(*(pFragRef.frag())) + pFragRef.offset();
510 uint64_t Layout::getOutputOffset(const FragmentRef& pFragRef) const
512 return getOutputOffset(*(pFragRef.frag())) + pFragRef.offset();
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h60 /// @param pFragRef - the place to apply the relocation
63 FragmentRef& pFragRef,
H A DLayout.h98 uint64_t getOutputOffset(const FragmentRef& pFragRef);
103 uint64_t getOutputOffset(const FragmentRef& pFragRef) const;

Completed in 241 milliseconds