Home
last modified time | relevance | path

Searched refs:reloc_sect (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp136 LDSection* reloc_sect = *rs; in setUpReachedSections() local
137 LDSection* apply_sect = reloc_sect->getLink(); in setUpReachedSections()
138 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSections()
139 (!reloc_sect->hasRelocData())) in setUpReachedSections()
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()
350 LDSection* reloc_sect = *rs; in stripSections() local
351 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind()) in stripSections()
352 reloc_sect->setKind(LDFileFormat::Ignore); in stripSections()
DIdenticalCodeFolding.cpp234 if (reloc_sect != NULL && reloc_sect->hasRelocData()) { in initConstantContent()
235 for (Relocation& rel : *reloc_sect->getRelocData()) { in initConstantContent()
/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h39 FoldingCandidate() : sect(NULL), reloc_sect(NULL), obj(NULL) {} in FoldingCandidate()
41 : sect(pCode), reloc_sect(pReloc), obj(pInput) {} in FoldingCandidate()
51 LDSection* reloc_sect; variable
DEhFrame.h227 void setupAttributes(const LDSection* reloc_sect);
234 const LDSection* reloc_sect);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp570 LDSection* reloc_sect = *rs; in setUpReachedSectionsForGC() local
571 LDSection* apply_sect = reloc_sect->getLink(); in setUpReachedSectionsForGC()
572 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSectionsForGC()
573 (!reloc_sect->hasRelocData())) in setUpReachedSectionsForGC()
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()