Home
last modified time | relevance | path

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

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