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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp27 if (pFormat.hasGOTPLT())
34 if (pFormat.hasGOTPLT())
H A DHexagonLDBackend.cpp181 else if (FileFormat->hasGOTPLT() &&
412 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp28 if (pFormat.hasGOTPLT())
35 if (pFormat.hasGOTPLT())
H A DX86LDBackend.cpp205 else if (FileFormat->hasGOTPLT() &&
264 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp34 if (pFormat.hasGOTPLT())
47 if (pFormat.hasGOTPLT())
H A DAArch64LDBackend.cpp259 file_format->hasGOTPLT()) {
299 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
319 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp40 if (pFormat.hasGOTPLT())
56 if (pFormat.hasGOTPLT())
H A DMipsLDBackend.cpp220 if (format->hasGOTPLT()) {
277 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
491 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h156 bool hasGOTPLT() const function in class:mcld::ELFFileFormat

Completed in 199 milliseconds