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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 25 if (pFormat.hasGOT())
31 if (pFormat.hasGOT())
ARMLDBackend.cpp 338 if (file_format->hasGOT()) {
400 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
691 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 27 if (pFormat.hasGOT())
38 if (pFormat.hasGOT())
AArch64LDBackend.cpp 246 if ((config().options().hasNow() && file_format->hasGOT()) ||
279 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
296 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 27 if (pFormat.hasGOT())
42 if (pFormat.hasGOT())
65 if (!pFormat.hasGOT())
72 if (!pFormat.hasGOT())
MipsLDBackend.cpp 266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
552 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT()))
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 190 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
236 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 46 bool hasGOT() const { return (f_pGOT != NULL) && (f_pGOT->size() != 0); }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 169 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
    [all...]

Completed in 254 milliseconds