Searched defs:getPLT (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
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())
/frameworks/compile/mclinker/lib/Target/X86/
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())
/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 51 milliseconds