Searched refs:gotplt (Results 1 – 4 of 4) sorted by relevance
354 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections() local355 m_pGOTPLT = new X86_32GOTPLT(gotplt); in initTargetSections()621 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections() local622 m_pGOTPLT = new X86_64GOTPLT(gotplt); in initTargetSections()
105 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections() local106 m_pGOTPLT = new AArch64GOT(gotplt); in initTargetSections()
1273 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections() local1274 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()1318 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections() local1319 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()
413 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections() local414 m_pGOTPLT = new HexagonGOTPLT(gotplt); in initTargetSections()