HomeSort by relevance Sort by last modified time
    Searched refs:reloc_sect (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
IdenticalCodeFolding.h 38 : 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
EhFrame.h 228 void setupAttributes(const LDSection* reloc_sect);
233 const LDSection* reloc_sect);
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 147 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/
ARMLDBackend.cpp 455 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 103 milliseconds