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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h85 X86PLT& getPLT();
87 const X86PLT& getPLT() const;
H A DX86RelocationFactory.cpp183 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist);
188 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);
209 return pParent.getTarget().getPLT().getSection().addr();
H A DX86LDBackend.cpp144 LDSection& plt = file_format->getPLT();
453 if (&pSection == &(FileFormat->getPLT())) {
520 X86PLT& X86GNULDBackend::getPLT() function in class:X86GNULDBackend
526 const X86PLT& X86GNULDBackend::getPLT() const function in class:X86GNULDBackend
570 if (&pSectHdr == &file_format->getPLT())
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h174 ARMPLT& getPLT();
176 const ARMPLT& getPLT() const;
H A DARMLDBackend.cpp227 LDSection& plt = file_format->getPLT();
766 if (&pSection == &(file_format->getPLT())) {
931 ARMPLT& ARMGNULDBackend::getPLT() function in class:ARMGNULDBackend
937 const ARMPLT& ARMGNULDBackend::getPLT() const function in class:ARMGNULDBackend
976 if (&pSectHdr == &file_format->getPLT())
H A DARMRelocationFactory.cpp227 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist);
232 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);
253 return pParent.getTarget().getPLT().getSection().addr();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h196 LDSection& getPLT() { function in class:mcld::ELFFileFormat
201 const LDSection& getPLT() const { function in class:mcld::ELFFileFormat

Completed in 69 milliseconds