Searched refs:getGOT (Results 1 – 12 of 12) sorted by relevance
55 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()80 m_pParent.getGOT().getTotalNum() + in getGotSym()81 m_pParent.getGOT().getLocalNum(); in getGotSym()89 return m_pParent.getGOT().getLocalNum(); in getLocalGotNum()
131 MipsGOT& getGOT();132 const MipsGOT& getGOT() const;
110 return pParent.getTarget().getGOT().getSection().addr() + 0x7FF0; in helper_GetGP()121 MipsGOT& got = ld_backend.getGOT(); in helper_GetGOTEntry()173 MipsGOT& got = ld_backend.getGOT(); in helper_DynRel()
254 if (&pSection == &(file_format->getGOT())) { in emitSectionData()455 MipsGOT& MipsGNULDBackend::getGOT() in getGOT() function in mcld::MipsGNULDBackend461 const MipsGOT& MipsGNULDBackend::getGOT() const in getGOT() function in mcld::MipsGNULDBackend486 if (&pSectHdr == &file_format->getGOT()) in getTargetSectionOrder()843 LDSection& got = file_format->getGOT(); in createGOT()
82 X86GOT& getGOT();84 const X86GOT& getGOT() const;
115 LDSection& got = file_format->getGOT(); in createX86GOT()558 else if (&pSection == &(FileFormat->getGOT())) { in emitSectionData()603 X86GOT& X86GNULDBackend::getGOT() in getGOT() function in X86GNULDBackend609 const X86GOT& X86GNULDBackend::getGOT() const in getGOT() function in X86GNULDBackend670 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()
109 GOTEntry& got_entry = *ld_backend.getGOT().getEntry(*rsym, exist); in helper_get_GOT_and_init()156 pParent.getTarget().getGOT().getSection().addr(); in helper_GOT()
176 ARMGOT& getGOT();178 const ARMGOT& getGOT() const;
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
188 LDSection& got = file_format->getGOT(); in createARMGOT()814 if (&pSection == &(file_format->getGOT())) { in emitSectionData()871 ARMGOT& ARMGNULDBackend::getGOT() in getGOT() function in ARMGNULDBackend877 const ARMGOT& ARMGNULDBackend::getGOT() const in getGOT() function in ARMGNULDBackend926 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()
143 GOTEntry& got_entry = *ld_backend.getGOT().getEntry(*rsym, exist); in helper_get_GOT_and_init()181 return pParent.getTarget().getGOT().getSection().addr(); in helper_GOT_ORG()
189 LDSection& getGOT() { in getGOT() function194 const LDSection& getGOT() const { in getGOT() function