Searched defs:reloc_sect (Results 1 - 3 of 3) 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
/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);
/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 62 milliseconds