Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp260 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr()); // DT_JMPREL in applyEntries()
261 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelPlt().size()); // DT_PLTRELSZ in applyEntries()
DGNULDBackend.cpp1424 if (&pSectHdr == &file_format->getRelPlt() || in getSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h225 LDSection& getRelPlt() { in getRelPlt() function
230 const LDSection& getRelPlt() const { in getRelPlt() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp392 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
490 file_format->getRelPlt().setSize in setRelPLTSize()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp118 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
257 file_format->getRelPlt().setSize( in doPreLayout()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp102 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
202 file_format->getRelPlt().setSize( in doPreLayout()