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

  /frameworks/compile/mclinker/include/mcld/LD/
IdenticalCodeFolding.h 39 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/
GarbageCollection.cpp 136 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/
ARMLDBackend.cpp 499 LDSection* reloc_sect = *rs; local
500 LDSection* apply_sect = reloc_sect->getLink();
501 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
502 (!reloc_sect->hasRelocData()))
509 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
510 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;

Completed in 796 milliseconds