Searched refs:getPLT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h90 X86PLT& getPLT();
92 const X86PLT& getPLT() const;
H A DX86LDBackend.cpp161 LDSection& plt = file_format->getPLT();
532 if (&pSection == &(FileFormat->getPLT())) {
627 X86PLT& X86GNULDBackend::getPLT() function in class:X86GNULDBackend
633 const X86PLT& X86GNULDBackend::getPLT() const function in class:X86GNULDBackend
682 if (&pSectHdr == &file_format->getPLT())
H A DX86RelocationFactory.cpp170 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist);
175 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);
196 return pParent.getTarget().getPLT().getSection().addr();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h180 ARMPLT& getPLT();
182 const ARMPLT& getPLT() const;
H A DARMLDBackend.cpp225 LDSection& plt = file_format->getPLT();
808 if (&pSection == &(file_format->getPLT())) {
883 ARMPLT& ARMGNULDBackend::getPLT() function in class:ARMGNULDBackend
889 const ARMPLT& ARMGNULDBackend::getPLT() const function in class:ARMGNULDBackend
932 if (&pSectHdr == &file_format->getPLT())
H A DARMRelocationFactory.cpp204 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist);
209 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);
230 return pParent.getTarget().getPLT().getSection().addr();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h199 LDSection& getPLT() { function in class:mcld::ELFFileFormat
204 const LDSection& getPLT() const { function in class:mcld::ELFFileFormat

Completed in 242 milliseconds