Searched refs:getGOTPLT (Results 1 – 6 of 6) sorted by relevance
241 X86_32GOTPLT& getGOTPLT();243 const X86_32GOTPLT& getGOTPLT() const;297 X86_64GOTPLT& getGOTPLT();299 const X86_64GOTPLT& getGOTPLT() const;
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
293 else if (&pSection == &(FileFormat->getGOTPLT())) { in emitSectionData()352 if (&pSectHdr == &file_format->getGOTPLT()) { in getTargetSectionOrder()793 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()826 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() in getGOTPLT() function in X86_32GNULDBackend832 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const in getGOTPLT() function in X86_32GNULDBackend1015 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() in getGOTPLT() function in X86_64GNULDBackend1021 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const in getGOTPLT() function in X86_64GNULDBackend1257 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
167 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG()199 gotplt_entry = ld_backend.getGOTPLT().consume(); in helper_get_PLT_and_init()458 file_format->getGOTPLT().addr(); in tls_gd()471 (pParent.getTarget().getGOTPLT().addr() - in tls_ldm()553 (pParent.getTarget().getGOTPLT().addr() - pParent.getTarget().getGOT().addr()); in tls_gotie()750 gotplt_entry = ld_backend.getGOTPLT().consume(); in helper_get_PLT_and_init()
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
560 LDSection& getGOTPLT() { in getGOTPLT() function565 const LDSection& getGOTPLT() const { in getGOTPLT() function