Home
last modified time | relevance | path

Searched refs:reloc_sect (Results 1 – 4 of 4) sorted by relevance

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