Home
last modified time | relevance | path

Searched refs:getGOTPLT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h241 X86_32GOTPLT& getGOTPLT();
243 const X86_32GOTPLT& getGOTPLT() const;
297 X86_64GOTPLT& getGOTPLT();
299 const X86_64GOTPLT& getGOTPLT() const;
DX86ELFDynamic.cpp36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DX86LDBackend.cpp293 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_32GNULDBackend
832 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const in getGOTPLT() function in X86_32GNULDBackend
1015 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() in getGOTPLT() function in X86_64GNULDBackend
1021 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const in getGOTPLT() function in X86_64GNULDBackend
1257 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()
DX86Relocator.cpp167 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()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h560 LDSection& getGOTPLT() { in getGOTPLT() function
565 const LDSection& getGOTPLT() const { in getGOTPLT() function