Home
last modified time | relevance | path

Searched refs:getSectionData (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp179 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 …]
DHexagonRelocator.cpp422 bss_section = bss_sect_hdr->getSectionData(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp77 data = ehframe->getSectionData(); in finalize()
81 data = pOutSect.getSectionData(); in finalize()
DEhFrame.cpp314 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()
DDebugString.cpp43 SectionData::iterator it, end = pSection.getSectionData()->end(); in merge()
44 for (it = pSection.getSectionData()->begin(); it != end; ++it) { in merge()
DIdenticalCodeFolding.cpp111 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()
DBranchIslandFactory.cpp44 SectionData& sd = *((*sect)->getSectionData()); in group()
DELFObjectWriter.cpp58 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()
DELFObjectReader.cpp237 *eh_frame->getSectionData())) { in readSections()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp108 data = pair.second->getSection()->getSectionData(); in MergeSection()
116 data = target->getSectionData(); in MergeSection()
119 if (MoveSectionData(*pInputSection.getSectionData(), *data)) { in MergeSection()
DObjectLinker.cpp418 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/
DFragmentRef.cpp84 data = pSection.getEhFrame()->getSectionData(); in Create()
87 data = pSection.getSectionData(); in Create()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h133 const SectionData* getSectionData() const { return m_Data.sect_data; } in getSectionData() function
134 SectionData* getSectionData() { return m_Data.sect_data; } in getSectionData() function
DEhFrame.h181 const SectionData* getSectionData() const { return m_pSectionData; } in getSectionData() function
182 SectionData* getSectionData() { return m_pSectionData; } in getSectionData() function
/frameworks/compile/mclinker/lib/Script/
DAssignment.cpp138 in->getSection()->getSectionData()->front()); in activate()
159 in->getSection()->getSectionData()->front().getNextNode(), *this)); in activate()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp214 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()
DARMException.cpp24 SectionData* sectData = pSection.getSectionData(); in findRegionFragment()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp282 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()
DMipsAbiFlags.cpp58 const SectionData* secData = pSection.getSectionData(); in fillBySection()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp239 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()
DELFAttribute.cpp45 const SectionData* sect_data = pInputAttrSectHdr.getSectionData(); in merge()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp320 SectionData* sd = (*sect)->getSectionData(); in scanErrata()
DAArch64Relocator.cpp119 bss_data = bss_sect_hdr->getSectionData(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp282 eh_frame->getSectionData()->getFragmentList(); in addEhFrameForPLT()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp376 pFrag, *pEhFrame.getSectionData(), pEhFrame.getSection().align()); in AppendEhFrame()

12