Searched defs:reloc_sect (Results 1 - 3 of 3) sorted by path

/frameworks/compile/mclinker/include/mcld/LD/
H A DIdenticalCodeFolding.h38 : sect(NULL), reloc_sect(NULL), obj(NULL)
41 : sect(pCode), reloc_sect(pReloc), obj(pInput)
50 LDSection* reloc_sect; member in class:mcld::IdenticalCodeFolding::FoldingCandidate
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp147 LDSection* reloc_sect = *rs; local
148 LDSection* apply_sect = reloc_sect->getLink();
149 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
150 (!reloc_sect->hasRelocData()))
159 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
160 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;
360 LDSection* reloc_sect = *rs; local
361 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
362 reloc_sect->setKind(LDFileFormat::Ignore);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp455 LDSection* reloc_sect = *rs; local
456 LDSection* apply_sect = reloc_sect->getLink();
457 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
458 (!reloc_sect->hasRelocData()))
465 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
466 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;

Completed in 223 milliseconds