Home
last modified time | relevance | path

Searched refs:getRelocData (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h141 const RelocData* getRelocData() const { return m_Data.reloc_data; } in getRelocData() function
142 RelocData* getRelocData() { return m_Data.reloc_data; } in getRelocData() function
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in scanRelocations()
596 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in scanRelocations()
799 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in relocation()
800 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in relocation()
883 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in normalSyncRelocationResult()
884 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in normalSyncRelocationResult()
936 RelocData* reloc_data = (*sectIter)->getRelocData(); in partialSyncRelocationResult()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end(); in findCandidates()
142 for (rel = (*sect)->getRelocData()->begin(); rel != relEnd; ++rel) { in findCandidates()
235 for (Relocation& rel : *reloc_sect->getRelocData()) { in initConstantContent()
H A DEhFrame.cpp225 const RelocData* reloc_data = rel_sec->getRelocData(); in setupAttributes()
252 const RelocData* reloc_data = pRelocSect->getRelocData(); in removeDiscardedFDE()
302 const_cast<RelocData*>(rel_sect->getRelocData())->remove(*rel); in removeAndUpdateCIEForFDE()
H A DGarbageCollection.cpp148 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end(); in setUpReachedSections()
149 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd; in setUpReachedSections()
H A DELFObjectWriter.cpp451 const RelocData* sect_data = pSection.getRelocData(); in emitRelocation()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp580 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end(); in setUpReachedSectionsForGC()
581 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd; in setUpReachedSectionsForGC()
830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()
831 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
/aosp12/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp136 (*rs)->getRelocData()->getRelocationList(); in TEST_F()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()
384 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp558 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()
559 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp815 for (RelocData::iterator reloc = sec->getRelocData()->begin(); in doRelax()
816 reloc != sec->getRelocData()->end(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2545 RelocData* out_reloc_data = output_sect->getRelocData(); in preLayout()
2551 (*rs)->getRelocData()->getRelocationList(); in preLayout()
2878 pSection.getRelocData()->sort(RelocCompare(*this)); in sortRelocation()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp600 pSection.getRelocData()->append(*relocation); in AddRelocation()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp826 pSection.getRelocData()->getRelocationList().insert( in convertTLSIEtoLE()