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

/frameworks/compile/mclinker/include/mcld/LD/
H A DIdenticalCodeFolding.h39 FoldingCandidate() : sect(NULL), reloc_sect(NULL), obj(NULL) {}
41 : sect(pCode), reloc_sect(pReloc), obj(pInput) {}
51 LDSection* reloc_sect; member in class:mcld::IdenticalCodeFolding::FoldingCandidate
H A DEhFrame.h227 void setupAttributes(const LDSection* reloc_sect);
234 const LDSection* reloc_sect);
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp136 LDSection* reloc_sect = *rs; local
137 LDSection* apply_sect = reloc_sect->getLink();
138 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
139 (!reloc_sect->hasRelocData()))
148 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
149 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;
350 LDSection* reloc_sect = *rs; local
351 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
352 reloc_sect->setKind(LDFileFormat::Ignore);
H A DIdenticalCodeFolding.cpp234 if (reloc_sect != NULL && reloc_sect->hasRelocData()) {
235 for (Relocation& rel : *reloc_sect->getRelocData()) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp570 LDSection* reloc_sect = *rs; local
571 LDSection* apply_sect = reloc_sect->getLink();
572 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
573 (!reloc_sect->hasRelocData()))
580 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
581 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;

Completed in 140 milliseconds