Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp240 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr()); in applyEntries()
241 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelPlt().size()); in applyEntries()
DGNULDBackend.cpp1370 if (&pSectHdr == &file_format->getRelPlt() || in getSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h250 LDSection& getRelPlt() { in getRelPlt() function
255 const LDSection& getRelPlt() const { in getRelPlt() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp363 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in setRelPLTSize()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp186 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in doPreLayout()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp104 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() * in doPreLayout()