Home
last modified time | relevance | path

Searched refs:hasRelocData (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DOutputRelocSection.cpp29 assert(!pSection.hasRelocData() && "Given section is not a relocation section"); in OutputRelocSection()
DGNULDBackend.cpp2416 ((*it)->hasRelocData() && in placeOutputSections()
2645 if (!output_sect->hasRelocData()) in preLayout()
3021 if (pSection.hasRelocData()) in sortRelocation()
/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp98 bool LDSection::hasRelocData() const in hasRelocData() function in LDSection
DGarbageCollection.cpp150 (!reloc_sect->hasRelocData())) in setUpReachedSections()
DELFObjectWriter.cpp397 assert(pSection.hasRelocData()); in emitSectionData()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h164 bool hasRelocData() const;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp321 if (!(*sect)->hasRelocData()) in mergeSections()
557 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in scanRelocations()
754 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in relocation()
821 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp458 (!reloc_sect->hasRelocData())) in setUpReachedSectionsForGC()
619 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp305 assert(!pSection.hasRelocData() && "pSection already has relocation data."); in CreateRelocData()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp728 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData()) in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp588 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()