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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 383 LDSection& gotplt = file_format->getGOTPLT(); local
384 m_pGOTPLT = new X86_32GOTPLT(gotplt);
674 LDSection& gotplt = file_format->getGOTPLT(); local
675 m_pGOTPLT = new X86_64GOTPLT(gotplt);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 100 // both GOTPLT and normal GOT entries), create GOT0 for .got section and
108 LDSection& gotplt = file_format->getGOTPLT(); local
109 m_pGOTPLT = new AArch64GOT(gotplt);
203 // when building shared object, the GOTPLT section is must
212 // when building shared object, the GOTPLT section is must
257 // apply GOTPLT
381 assert(NULL != m_pGOTPLT && "GOTPLT section not exist");
387 assert(NULL != m_pGOTPLT && "GOTPLT section not exist");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 927 LDSection& gotplt = fileFormat->getGOTPLT(); local
928 m_pGOTPLT = new MipsGOTPLT(gotplt);
976 LDSection& gotplt = fileFormat->getGOTPLT(); local
977 m_pGOTPLT = new MipsGOTPLT(gotplt);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 443 LDSection& gotplt = file_format->getGOTPLT(); local
444 m_pGOTPLT = new HexagonGOTPLT(gotplt);
    [all...]

Completed in 59 milliseconds