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

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

Completed in 50 milliseconds