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

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

Completed in 327 milliseconds