Searched refs:getRelaDyn (Results 1 – 11 of 11) sorted by relevance
93 OutputRelocSection& getRelaDyn();94 const OutputRelocSection& getRelaDyn() const;
123 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()232 file_format->getRelaDyn().setSize( in doPreLayout()403 OutputRelocSection& AArch64GNULDBackend::getRelaDyn() in getRelaDyn() function in AArch64GNULDBackend409 const OutputRelocSection& AArch64GNULDBackend::getRelaDyn() const in getRelaDyn() function in AArch64GNULDBackend
138 Relocation& rel_entry = *ld_backend.getRelaDyn().create(); in helper_DynRela_init()
97 Relocation& rel_entry = *getTarget().getRelaDyn().create(); in addCopyReloc()
111 OutputRelocSection& getRelaDyn();113 const OutputRelocSection& getRelaDyn() const;
263 OutputRelocSection& HexagonLDBackend::getRelaDyn() in getRelaDyn() function in HexagonLDBackend269 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const in getRelaDyn() function in HexagonLDBackend302 file_format->getRelaDyn().setSize in setRelaDynSize()458 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()
32 Relocation &rela_entry = *ld_backend.getRelaDyn().create(); in helper_DynRel_init()223 Relocation &rel_entry = *pTarget.getRelaDyn().create(); in addCopyReloc()
276 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); // DT_RELA in applyEntries()277 applyOne(llvm::ELF::DT_RELASZ, pFormat.getRelaDyn().size()); // DT_RELASZ in applyEntries()
3020 &pSection == &getOutputFormat()->getRelaDyn()) { in sortRelocation()
235 LDSection& getRelaDyn() { in getRelaDyn() function240 const LDSection& getRelaDyn() const { in getRelaDyn() function
653 file_format->getRelaDyn().setSize in setRelDynSize()688 LDSection& reldyn = file_format->getRelaDyn(); in initTargetSections()