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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp111 LDSection& plt = file_format->getPLT();
274 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
305 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
404 sym_value = file_format->getPLT().addr();
560 AArch64PLT& AArch64GNULDBackend::getPLT() { function in class:mcld::AArch64GNULDBackend
565 const AArch64PLT& AArch64GNULDBackend::getPLT() const { function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
202 X86PLT& X86GNULDBackend::getPLT() { function in class:mcld::X86GNULDBackend
207 const X86PLT& X86GNULDBackend::getPLT() const { function in class:mcld::X86GNULDBackend
248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
358 LDSection& plt = file_format->getPLT();
625 LDSection& plt = file_format->getPLT();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h230 LDSection& getPLT() { function in class:mcld::ELFFileFormat
235 const LDSection& getPLT() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp182 LDSection& plt = file_format->getPLT();
395 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
647 ARMPLT& ARMGNULDBackend::getPLT() { function in class:mcld::ARMGNULDBackend
652 const ARMPLT& ARMGNULDBackend::getPLT() const { function in class:mcld::ARMGNULDBackend
697 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
857 sym_value = file_format->getPLT().addr();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp147 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
239 HexagonPLT& HexagonLDBackend::getPLT() { function in class:mcld::HexagonLDBackend
244 const HexagonPLT& HexagonLDBackend::getPLT() const { function in class:mcld::HexagonLDBackend
390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
417 LDSection& plt = file_format->getPLT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
508 MipsPLT& MipsGNULDBackend::getPLT() { function in class:mcld::MipsGNULDBackend
513 const MipsPLT& MipsGNULDBackend::getPLT() const { function in class:mcld::MipsGNULDBackend
558 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
1277 LDSection& plt = fileFormat->getPLT();
1322 LDSection& plt = fileFormat->getPLT();

Completed in 1278 milliseconds