Searched refs:getRelocData (Results 1 – 14 of 14) sorted by relevance
141 const RelocData* getRelocData() const { return m_Data.reloc_data; } in getRelocData() function142 RelocData* getRelocData() { return m_Data.reloc_data; } in getRelocData() function
141 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()
225 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()
148 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end(); in setUpReachedSections()149 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd; in setUpReachedSections()
451 const RelocData* sect_data = pSection.getRelocData(); in emitRelocation()
595 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()
580 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()
136 (*rs)->getRelocData()->getRelocationList(); in TEST_F()
383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()384 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
558 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax()559 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
815 for (RelocData::iterator reloc = sec->getRelocData()->begin(); in doRelax()816 reloc != sec->getRelocData()->end(); in doRelax()
599 pSection.getRelocData()->append(*relocation); in AddRelocation()
2545 RelocData* out_reloc_data = output_sect->getRelocData(); in preLayout()2551 (*rs)->getRelocData()->getRelocationList(); in preLayout()2878 pSection.getRelocData()->sort(RelocCompare(*this)); in sortRelocation()
826 pSection.getRelocData()->getRelocationList().insert( in convertTLSIEtoLE()