Searched refs:getRelDyn (Results 1 – 12 of 12) sorted by relevance
100 OutputRelocSection& getRelDyn();101 const OutputRelocSection& getRelDyn() const;
192 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::ARMGNULDBackend662 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const { in getRelDyn() function in mcld::ARMGNULDBackend
97 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()
86 OutputRelocSection& getRelDyn();87 const OutputRelocSection& getRelDyn() const;
212 OutputRelocSection& X86GNULDBackend::getRelDyn() { in getRelDyn() function in mcld::X86GNULDBackend217 const OutputRelocSection& X86GNULDBackend::getRelDyn() const { in getRelDyn() function in mcld::X86GNULDBackend368 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in setRelDynSize()
37 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()
106 OutputRelocSection& getRelDyn();107 const OutputRelocSection& getRelDyn() const;
260 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()
108 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::MipsGNULDBackend543 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const { in getRelDyn() function in mcld::MipsGNULDBackend
249 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); in applyEntries()250 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); in applyEntries()
2875 if (&pSection == &getOutputFormat()->getRelDyn() || in sortRelocation()
240 LDSection& getRelDyn() { in getRelDyn() function245 const LDSection& getRelDyn() const { in getRelDyn() function