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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp114 LDSection& plt = file_format->getPLT();
289 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
322 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
391 AArch64PLT& AArch64GNULDBackend::getPLT() function in class:AArch64GNULDBackend
397 const AArch64PLT& AArch64GNULDBackend::getPLT() const function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
217 X86PLT& X86GNULDBackend::getPLT() function in class:X86GNULDBackend
223 const X86PLT& X86GNULDBackend::getPLT() const function in class:X86GNULDBackend
270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
387 LDSection& plt = file_format->getPLT();
678 LDSection& plt = file_format->getPLT();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp114 LDSection& plt = file_format->getPLT();
340 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
536 ARMPLT& ARMGNULDBackend::getPLT() function in class:ARMGNULDBackend
542 const ARMPLT& ARMGNULDBackend::getPLT() const function in class:ARMGNULDBackend
595 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
647 sym_value = file_format->getPLT().addr();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h205 LDSection& getPLT() { function in class:mcld::ELFFileFormat
210 const LDSection& getPLT() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
251 HexagonPLT& HexagonLDBackend::getPLT() function in class:HexagonLDBackend
257 const HexagonPLT& HexagonLDBackend::getPLT() const function in class:HexagonLDBackend
418 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
447 LDSection& plt = file_format->getPLT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp273 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
435 MipsPLT& MipsGNULDBackend::getPLT() function in class:MipsGNULDBackend
441 const MipsPLT& MipsGNULDBackend::getPLT() const function in class:MipsGNULDBackend
494 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
931 LDSection& plt = fileFormat->getPLT();
980 LDSection& plt = fileFormat->getPLT();

Completed in 501 milliseconds