HomeSort by relevance Sort by last modified time
    Searched refs:hasGOTPLT (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp 25 if (pFormat.hasGOTPLT())
31 if (pFormat.hasGOTPLT())
HexagonLDBackend.cpp 172 } else if (FileFormat->hasGOTPLT() &&
384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 25 if (pFormat.hasGOTPLT())
31 if (pFormat.hasGOTPLT())
X86LDBackend.cpp 192 } else if (FileFormat->hasGOTPLT() &&
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 30 if (pFormat.hasGOTPLT())
41 if (pFormat.hasGOTPLT())
AArch64LDBackend.cpp 247 file_format->hasGOTPLT()) {
284 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
302 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 37 if (pFormat.hasGOTPLT())
52 if (pFormat.hasGOTPLT())
MipsLDBackend.cpp 233 if (format->hasGOTPLT()) {
274 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
555 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 178 bool hasGOTPLT() const {

Completed in 509 milliseconds