Home
last modified time | relevance | path

Searched refs:getGOT (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp55 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()
DMipsLDBackend.h131 MipsGOT& getGOT();
132 const MipsGOT& getGOT() const;
DMipsRelocationFactory.cpp110 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()
DMipsLDBackend.cpp254 if (&pSection == &(file_format->getGOT())) { in emitSectionData()
455 MipsGOT& MipsGNULDBackend::getGOT() in getGOT() function in mcld::MipsGNULDBackend
461 const MipsGOT& MipsGNULDBackend::getGOT() const in getGOT() function in mcld::MipsGNULDBackend
486 if (&pSectHdr == &file_format->getGOT()) in getTargetSectionOrder()
843 LDSection& got = file_format->getGOT(); in createGOT()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h82 X86GOT& getGOT();
84 const X86GOT& getGOT() const;
DX86LDBackend.cpp115 LDSection& got = file_format->getGOT(); in createX86GOT()
558 else if (&pSection == &(FileFormat->getGOT())) { in emitSectionData()
603 X86GOT& X86GNULDBackend::getGOT() in getGOT() function in X86GNULDBackend
609 const X86GOT& X86GNULDBackend::getGOT() const in getGOT() function in X86GNULDBackend
670 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()
DX86RelocationFactory.cpp109 GOTEntry& got_entry = *ld_backend.getGOT().getEntry(*rsym, exist); in helper_get_GOT_and_init()
156 pParent.getTarget().getGOT().getSection().addr(); in helper_GOT()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h176 ARMGOT& getGOT();
178 const ARMGOT& getGOT() const;
DARMELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
DARMLDBackend.cpp188 LDSection& got = file_format->getGOT(); in createARMGOT()
814 if (&pSection == &(file_format->getGOT())) { in emitSectionData()
871 ARMGOT& ARMGNULDBackend::getGOT() in getGOT() function in ARMGNULDBackend
877 const ARMGOT& ARMGNULDBackend::getGOT() const in getGOT() function in ARMGNULDBackend
926 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()
DARMRelocationFactory.cpp143 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()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h189 LDSection& getGOT() { in getGOT() function
194 const LDSection& getGOT() const { in getGOT() function