HomeSort by relevance Sort by last modified time
    Searched refs:getPLT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 85 X86PLT& getPLT();
87 const X86PLT& getPLT() const;
X86RelocationFactory.cpp 183 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist);
188 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);
209 return pParent.getTarget().getPLT().getSection().addr();
X86LDBackend.cpp 144 LDSection& plt = file_format->getPLT();
453 if (&pSection == &(FileFormat->getPLT())) {
520 X86PLT& X86GNULDBackend::getPLT()
526 const X86PLT& X86GNULDBackend::getPLT() const
570 if (&pSectHdr == &file_format->getPLT())
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 174 ARMPLT& getPLT();
176 const ARMPLT& getPLT() const;
ARMLDBackend.cpp 227 LDSection& plt = file_format->getPLT();
766 if (&pSection == &(file_format->getPLT())) {
    [all...]
ARMRelocationFactory.cpp 227 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/
ELFFileFormat.h 196 LDSection& getPLT() {
201 const LDSection& getPLT() const {

Completed in 251 milliseconds