/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 179 const SectionData* sect_data = pSection.getSectionData(); in emitSectionData() 703 sd = m_psdata->getSectionData(); in mergeSection() 704 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd); in mergeSection() 713 SectionData* pTo = (m_psdata->getSectionData()); in SetSDataSection() 716 MoveCommonData(*m_pscommon_1->getSectionData(), *pTo); in SetSDataSection() 717 MoveCommonData(*m_pscommon_2->getSectionData(), *pTo); in SetSDataSection() 718 MoveCommonData(*m_pscommon_4->getSectionData(), *pTo); in SetSDataSection() 719 MoveCommonData(*m_pscommon_8->getSectionData(), *pTo); in SetSDataSection() 766 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols() 772 tbss_sect_data = tbss_sect.getSectionData(); in allocateCommonSymbols() [all …]
|
D | HexagonRelocator.cpp | 422 bss_section = bss_sect_hdr->getSectionData(); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/LD/ |
D | SectionSymbolSet.cpp | 77 data = ehframe->getSectionData(); in finalize() 81 data = pOutSect.getSectionData(); in finalize()
|
D | EhFrame.cpp | 314 SectionData& in_sd = *pInFrame.getSectionData(); in moveInputFragments() 316 SectionData& out_sd = *getSectionData(); in moveInputFragments() 327 SectionData& in_sd = *pInFrame.getSectionData(); in moveInputFragments() 329 SectionData& out_sd = *getSectionData(); in moveInputFragments() 357 getSectionData()->getFragmentList(); in computeOffsetSize()
|
D | DebugString.cpp | 43 SectionData::iterator it, end = pSection.getSectionData()->end(); in merge() 44 for (it = pSection.getSectionData()->begin(); it != end; ++it) { in merge()
|
D | IdenticalCodeFolding.cpp | 111 frag_ref->assign(kept_sect->getSectionData()->front(), in foldIdenticalCode() 218 SectionData::const_iterator frag, fragEnd = sect->getSectionData()->end(); in initConstantContent() 219 for (frag = sect->getSectionData()->begin(); frag != fragEnd; ++frag) { in initConstantContent()
|
D | BranchIslandFactory.cpp | 44 SectionData& sd = *((*sect)->getSectionData()); in group()
|
D | ELFObjectWriter.cpp | 58 if (section->getSectionData() == NULL) in writeSection() 390 sd = pSection.getEhFrame()->getSectionData(); in emitSectionData() 394 sd = pSection.getSectionData(); in emitSectionData() 404 emitSectionData(*pFrame.getSectionData(), pRegion); in emitEhFrame()
|
D | ELFObjectReader.cpp | 237 *eh_frame->getSectionData())) { in readSections()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 108 data = pair.second->getSection()->getSectionData(); in MergeSection() 116 data = target->getSectionData(); in MergeSection() 119 if (MoveSectionData(*pInputSection.getSectionData(), *data)) { in MergeSection()
|
D | ObjectLinker.cpp | 418 if (builder.MoveSectionData(*in_sect->getSectionData(), in mergeSections() 419 *out_sect->getSectionData())) { in mergeSections() 428 if (builder.MoveSectionData(*out_sect->getSectionData(), in mergeSections() 429 *target->getSectionData())) { in mergeSections()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | FragmentRef.cpp | 84 data = pSection.getEhFrame()->getSectionData(); in Create() 87 data = pSection.getSectionData(); in Create()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSection.h | 133 const SectionData* getSectionData() const { return m_Data.sect_data; } in getSectionData() function 134 SectionData* getSectionData() { return m_Data.sect_data; } in getSectionData() function
|
D | EhFrame.h | 181 const SectionData* getSectionData() const { return m_pSectionData; } in getSectionData() function 182 SectionData* getSectionData() { return m_pSectionData; } in getSectionData() function
|
/frameworks/compile/mclinker/lib/Script/ |
D | Assignment.cpp | 138 in->getSection()->getSectionData()->front()); in activate() 159 in->getSection()->getSectionData()->front().getNextNode(), *this)); in activate()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 214 FragmentRef::Create(m_pEXIDX->getSectionData()->front(), 0x0); in initTargetSymbols() 216 m_pEXIDX->getSectionData()->front(), m_pEXIDX->size()); in initTargetSymbols() 411 const SectionData* sect_data = pSection.getSectionData(); in emitSectionData() 479 NullFragment* null = new NullFragment(m_pEXIDX->getSectionData()); in postMergeSections() 525 pSection.getSectionData()->getFragmentList(); in mergeSection() 527 m_pEXIDX->getSectionData()->getFragmentList(); in mergeSection() 534 frag->setParent(m_pEXIDX->getSectionData()); in mergeSection() 714 SectionData* sectData = m_pEXIDX->getSectionData(); in rewriteARMExIdxSection()
|
D | ARMException.cpp | 24 SectionData* sectData = pSection.getSectionData(); in findRegionFragment()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 282 const SectionData* sect_data = pSection.getSectionData(); in emitSectionData() 601 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols() 607 tbss_sect_data = tbss_sect.getSectionData(); in allocateCommonSymbols() 1199 sd = m_psdata->getSectionData(); in mergeSection() 1200 moveSectionData(*pSection.getSectionData(), *sd); in mergeSection()
|
D | MipsAbiFlags.cpp | 58 const SectionData* secData = pSection.getSectionData(); in fillBySection()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 239 FragmentRef::Create(section->getSectionData()->front(), 0x0); in initStandardSymbols() 253 section->getSectionData()->front(), section->size()); in initStandardSymbols() 273 file_format->getPreInitArray().getSectionData()->front(), 0x0); in initStandardSymbols() 304 file_format->getInitArray().getSectionData()->front(), 0x0); in initStandardSymbols() 335 file_format->getFiniArray().getSectionData()->front(), 0x0); in initStandardSymbols() 366 file_format->getStack().getSectionData()->front(), 0x0); in initStandardSymbols() 1523 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols() 1529 tbss_sect_data = tbss_sect.getSectionData(); in allocateCommonSymbols() 2287 cur->setSize(cur->getSectionData()->back().getOffset() + in setOutputSectionAddress() 2288 cur->getSectionData()->back().size()); in setOutputSectionAddress()
|
D | ELFAttribute.cpp | 45 const SectionData* sect_data = pInputAttrSectHdr.getSectionData(); in merge()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 320 SectionData* sd = (*sect)->getSectionData(); in scanErrata()
|
D | AArch64Relocator.cpp | 119 bss_data = bss_sect_hdr->getSectionData(); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 282 eh_frame->getSectionData()->getFragmentList(); in addEhFrameForPLT()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 376 pFrag, *pEhFrame.getSectionData(), pEhFrame.getSection().align()); in AppendEhFrame()
|