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.cpp124 LDSection& reldyn = file_format->getRelDyn();
249 file_format->getRelDyn().setSize(
548 OutputRelocSection& ARMGNULDBackend::getRelDyn() function in class:ARMGNULDBackend
554 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const function in class:ARMGNULDBackend
H A DARMRelocator.cpp109 Relocation& rel_entry = *ld_backend.getRelDyn().create();
179 Relocation& rel_entry = *ld_backend.getRelDyn().create();
374 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.cpp229 OutputRelocSection& X86GNULDBackend::getRelDyn() function in class:X86GNULDBackend
235 const OutputRelocSection& X86GNULDBackend::getRelDyn() const function in class:X86GNULDBackend
397 LDSection& reldyn = file_format->getRelDyn();
483 file_format->getRelDyn().setSize
H A DX86Relocator.cpp39 Relocation& rel_entry = *ld_backend.getRelDyn().create();
212 Relocation& rel_entry = *pTarget.getRelDyn().create();
505 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
521 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
540 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
717 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
769 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
785 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
1152 Relocation& rel_entry = *ld_backend.getRelDyn().create();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h105 OutputRelocSection& getRelDyn();
106 const OutputRelocSection& getRelDyn() const;
H A DMipsRelocator.cpp308 getTarget().getRelDyn().reserveEntry();
400 getTarget().getRelDyn().reserveEntry();
491 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
762 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
783 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
H A DMipsLDBackend.cpp106 LDSection& reldyn = file_format->getRelDyn();
210 file_format->getRelDyn().setSize(
471 OutputRelocSection& MipsGNULDBackend::getRelDyn() function in class:MipsGNULDBackend
477 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h215 LDSection& getRelDyn() { function in class:mcld::ELFFileFormat
220 const LDSection& getRelDyn() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp270 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); // DT_REL
271 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); // DT_RELSZ
H A DGNULDBackend.cpp3019 if (&pSection == &getOutputFormat()->getRelDyn() ||

Completed in 198 milliseconds