Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
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
/frameworks/compile/mclinker/lib/LD/
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()
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()
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()
DELFObjectWriter.cpp451 const RelocData* sect_data = pSection.getRelocData(); in emitRelocation()
/frameworks/compile/mclinker/lib/Object/
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()
/frameworks/compile/mclinker/lib/Target/ARM/
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()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp136 (*rs)->getRelocData()->getRelocationList(); in TEST_F()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()
384 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp558 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()
559 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp815 for (RelocData::iterator reloc = sec->getRelocData()->begin(); in doRelax()
816 reloc != sec->getRelocData()->end(); in doRelax()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp599 pSection.getRelocData()->append(*relocation); in AddRelocation()
/frameworks/compile/mclinker/lib/Target/
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()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp826 pSection.getRelocData()->getRelocationList().insert( in convertTLSIEtoLE()