Home
last modified time | relevance | path

Searched refs:getRelaPLT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h94 OutputRelocSection& getRelaPLT();
95 const OutputRelocSection& getRelaPLT() const;
DAArch64LDBackend.cpp380 OutputRelocSection& AArch64GNULDBackend::getRelaPLT() { in getRelaPLT() function in mcld::AArch64GNULDBackend
385 const OutputRelocSection& AArch64GNULDBackend::getRelaPLT() const { in getRelaPLT() function in mcld::AArch64GNULDBackend
DAArch64RelocationHelpers.h109 Relocation& rel_entry = *ld_backend.getRelaPLT().create(); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h117 OutputRelocSection& getRelaPLT();
119 const OutputRelocSection& getRelaPLT() const;
DHexagonLDBackend.cpp258 OutputRelocSection& HexagonLDBackend::getRelaPLT() { in getRelaPLT() function in mcld::HexagonLDBackend
263 const OutputRelocSection& HexagonLDBackend::getRelaPLT() const { in getRelaPLT() function in mcld::HexagonLDBackend
DHexagonRelocator.cpp106 Relocation& rela_entry = *ld_backend.getRelaPLT().create(); in helper_PLT_init()