Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp244 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelaPlt().addr()); in applyEntries()
245 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelaPlt().size()); in applyEntries()
DGNULDBackend.cpp1371 &pSectHdr == &file_format->getRelaPlt()) in getSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h270 LDSection& getRelaPlt() { in getRelaPlt() function
275 const LDSection& getRelaPlt() const { in getRelaPlt() function
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp115 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections()
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in doPreLayout()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp608 file_format->getRelaPlt().setSize(m_pRelPLT->numOfRelocs() * in setRelPLTSize()
630 LDSection& relplt = file_format->getRelaPlt(); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in setRelaPLTSize()
421 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections()