Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h100 OutputRelocSection& getRelDyn();
101 const OutputRelocSection& getRelDyn() const;
DARMLDBackend.cpp192 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()
310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()
657 OutputRelocSection& ARMGNULDBackend::getRelDyn() { in getRelDyn() function in mcld::ARMGNULDBackend
662 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const { in getRelDyn() function in mcld::ARMGNULDBackend
DARMRelocator.cpp97 Relocation& rel_entry = *ld_backend.getRelDyn().create(); in helper_GOT_init()
158 Relocation& rel_entry = *ld_backend.getRelDyn().create(); in helper_DynRel_init()
325 Relocation& rel_entry = *getTarget().getRelDyn().create(); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h86 OutputRelocSection& getRelDyn();
87 const OutputRelocSection& getRelDyn() const;
DX86LDBackend.cpp212 OutputRelocSection& X86GNULDBackend::getRelDyn() { in getRelDyn() function in mcld::X86GNULDBackend
217 const OutputRelocSection& X86GNULDBackend::getRelDyn() const { in getRelDyn() function in mcld::X86GNULDBackend
368 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()
445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in setRelDynSize()
DX86Relocator.cpp37 Relocation& rel_entry = *ld_backend.getRelDyn().create(); in helper_DynRel_init()
190 Relocation& rel_entry = *pTarget.getRelDyn().create(); in addCopyReloc()
468 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol()); in scanLocalReloc()
484 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol()); in scanLocalReloc()
503 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol()); in scanLocalReloc()
680 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol()); in scanGlobalReloc()
734 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol()); in scanGlobalReloc()
750 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol()); in scanGlobalReloc()
1113 Relocation& rel_entry = *ld_backend.getRelDyn().create(); in helper_DynRel_init()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h106 OutputRelocSection& getRelDyn();
107 const OutputRelocSection& getRelDyn() const;
DMipsRelocator.cpp260 getTarget().getRelDyn().reserveEntry(); in scanLocalReloc()
368 getTarget().getRelDyn().reserveEntry(); in scanGlobalReloc()
379 getTarget().getRelDyn().reserveEntry(); in scanGlobalReloc()
477 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in addCopyReloc()
749 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in setupRelDynEntry()
DMipsLDBackend.cpp108 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()
224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()
538 OutputRelocSection& MipsGNULDBackend::getRelDyn() { in getRelDyn() function in mcld::MipsGNULDBackend
543 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const { in getRelDyn() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp249 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); in applyEntries()
250 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); in applyEntries()
DGNULDBackend.cpp2875 if (&pSection == &getOutputFormat()->getRelDyn() || in sortRelocation()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h240 LDSection& getRelDyn() { in getRelDyn() function
245 const LDSection& getRelDyn() const { in getRelDyn() function