Home
last modified time | relevance | path

Searched refs:partialScanRelocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h89 virtual void partialScanRelocation(Relocation& pReloc,
/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp31 void Relocator::partialScanRelocation(Relocation& pReloc, in partialScanRelocation() function in mcld::Relocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h85 void partialScanRelocation(Relocation& pReloc,
DHexagonRelocator.cpp475 void HexagonRelocator::partialScanRelocation(Relocation& pReloc, in partialScanRelocation() function in mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp611 m_LDBackend.getRelocator()->partialScanRelocation( in scanRelocations()