Home
last modified time | relevance | path

Searched refs:hasSectionData (Results 1 – 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp87 bool LDSection::hasSectionData() const { in hasSectionData() function in mcld::LDSection
DBranchIslandFactory.cpp43 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) { in group()
DIdenticalCodeFolding.cpp217 assert(sect != NULL && sect->hasSectionData()); in initConstantContent()
DELFObjectWriter.cpp393 assert(pSection.hasSectionData()); in emitSectionData()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h138 bool hasSectionData() const;
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp102 if (!target->hasSectionData()) in MergeSection()
DObjectLinker.cpp389 if (!(*sect)->hasSectionData()) in mergeSections()
427 assert(target != NULL && target->hasSectionData()); in mergeSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp477 if (m_pEXIDX->hasSectionData()) { in postMergeSections()
502 if (!m_pEXIDX->hasSectionData()) { in mergeSection()
709 if (!m_pEXIDX->hasSectionData()) { in rewriteARMExIdxSection()
DARMRelocator.cpp349 if (bss_sect_hdr->hasSectionData()) in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp281 if (&pSection == m_psdata && m_psdata->hasSectionData()) { in emitSectionData()
600 if (bss_sect.hasSectionData()) in allocateCommonSymbols()
606 if (tbss_sect.hasSectionData()) in allocateCommonSymbols()
1195 if (!m_psdata->hasSectionData()) { in mergeSection()
DMipsRelocator.cpp493 SectionData* bssData = bssSectHdr->hasSectionData() in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp699 if (!m_psdata->hasSectionData()) { in mergeSection()
765 if (bss_sect.hasSectionData()) in allocateCommonSymbols()
771 if (tbss_sect.hasSectionData()) in allocateCommonSymbols()
DHexagonRelocator.cpp421 if (bss_sect_hdr->hasSectionData()) in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp285 assert(!pSection.hasSectionData() && "pSection already has section data."); in CreateSectionData()
321 assert(!pSection.hasSectionData() && "pSection already has section data."); in CreateBSS()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp319 if (((*sect)->kind() == LDFileFormat::TEXT) && (*sect)->hasSectionData()) { in scanErrata()
DAArch64Relocator.cpp118 if (bss_sect_hdr->hasSectionData()) in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp231 if (!section->hasSectionData()) in initStandardSymbols()
1522 if (bss_sect.hasSectionData()) in allocateCommonSymbols()
1528 if (tbss_sect.hasSectionData()) in allocateCommonSymbols()
2334 ((*it)->hasSectionData() && in placeOutputSections()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp216 if (bss_sect_hdr->hasSectionData()) in defineSymbolforCopyReloc()