Searched refs:hasGOTPLT (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp25 if (pFormat.hasGOTPLT())
31 if (pFormat.hasGOTPLT())
H A DHexagonLDBackend.cpp171 } else if (FileFormat->hasGOTPLT() &&
383 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp25 if (pFormat.hasGOTPLT())
31 if (pFormat.hasGOTPLT())
H A DX86LDBackend.cpp192 } else if (FileFormat->hasGOTPLT() &&
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp30 if (pFormat.hasGOTPLT())
41 if (pFormat.hasGOTPLT())
H A DAArch64LDBackend.cpp242 file_format->hasGOTPLT()) {
279 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
298 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp37 if (pFormat.hasGOTPLT())
52 if (pFormat.hasGOTPLT())
H A DMipsLDBackend.cpp211 if (format->hasGOTPLT()) {
264 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
446 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h178 bool hasGOTPLT() const { function in class:mcld::ELFFileFormat

Completed in 113 milliseconds