Searched refs:getSectionData (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp43 SectionData::iterator it, end = pSection.getSectionData()->end();
44 for (it = pSection.getSectionData()->begin(); it != end; ++it) {
H A DSectionSymbolSet.cpp77 data = ehframe->getSectionData();
81 data = pOutSect.getSectionData();
H A DBranchIslandFactory.cpp44 SectionData& sd = *text->getSectionData();
H A DEhFrame.cpp314 SectionData& in_sd = *pInFrame.getSectionData();
316 SectionData& out_sd = *getSectionData();
327 SectionData& in_sd = *pInFrame.getSectionData();
329 SectionData& out_sd = *getSectionData();
357 getSectionData()->getFragmentList();
H A DIdenticalCodeFolding.cpp111 frag_ref->assign(kept_sect->getSectionData()->front(),
218 SectionData::const_iterator frag, fragEnd = sect->getSectionData()->end();
219 for (frag = sect->getSectionData()->begin(); frag != fragEnd; ++frag) {
H A DELFObjectWriter.cpp58 if (section->getSectionData() == NULL)
390 sd = pSection.getEhFrame()->getSectionData();
394 sd = pSection.getSectionData();
404 emitSectionData(*pFrame.getSectionData(), pRegion);
H A DELFObjectReader.cpp236 *eh_frame->getSectionData())) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp178 const SectionData* sect_data = pSection.getSectionData();
603 if ((*island).end() == file_format->getText().getSectionData()->end())
624 file_format->getText().getSectionData()->back().getOffset() +
625 file_format->getText().getSectionData()->back().size());
672 sd = m_psdata->getSectionData();
673 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
682 SectionData* pTo = (m_psdata->getSectionData());
685 MoveCommonData(*m_pscommon_1->getSectionData(), *pTo);
686 MoveCommonData(*m_pscommon_2->getSectionData(), *pTo);
687 MoveCommonData(*m_pscommon_4->getSectionData(), *pT
[all...]
H A DHexagonRelocator.cpp422 bss_section = bss_sect_hdr->getSectionData();
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h133 const SectionData* getSectionData() const { return m_Data.sect_data; } function in class:mcld::LDSection
134 SectionData* getSectionData() { return m_Data.sect_data; } function in class:mcld::LDSection
H A DEhFrame.h181 const SectionData* getSectionData() const { return m_pSectionData; } function in class:mcld::EhFrame
182 SectionData* getSectionData() { return m_pSectionData; } function in class:mcld::EhFrame
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp84 data = pSection.getEhFrame()->getSectionData();
87 data = pSection.getSectionData();
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp138 in->getSection()->getSectionData()->front());
159 in->getSection()->getSectionData()->front().getNextNode(), *this));
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp108 data = pair.second->getSection()->getSectionData();
116 data = target->getSectionData();
119 if (MoveSectionData(*pInputSection.getSectionData(), *data)) {
H A DObjectLinker.cpp418 if (builder.MoveSectionData(*in_sect->getSectionData(),
419 *out_sect->getSectionData())) {
428 if (builder.MoveSectionData(*out_sect->getSectionData(),
429 *target->getSectionData())) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp146 FragmentRef::Create(m_pEXIDX->getSectionData()->front(), 0x0);
148 m_pEXIDX->getSectionData()->front(), m_pEXIDX->size());
343 const SectionData* sect_data = pSection.getSectionData();
408 NullFragment* null = new NullFragment(m_pEXIDX->getSectionData());
454 pSection.getSectionData()->getFragmentList();
456 m_pEXIDX->getSectionData()->getFragmentList();
463 frag->setParent(m_pEXIDX->getSectionData());
738 if ((*island).end() == file_format->getText().getSectionData()->end())
759 file_format->getText().getSectionData()->back().getOffset() +
760 file_format->getText().getSectionData()
[all...]
H A DARMException.cpp58 SectionData* sectData = pSection.getSectionData();
233 SectionData* sectData = m_pEXIDX->getSectionData();
H A DARMRelocator.cpp350 bss_data = bss_sect_hdr->getSectionData();
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp45 const SectionData* sect_data = pInputAttrSectHdr.getSectionData();
H A DGNULDBackend.cpp239 FragmentRef::Create(section->getSectionData()->front(), 0x0);
253 section->getSectionData()->front(), section->size());
273 file_format->getPreInitArray().getSectionData()->front(), 0x0);
304 file_format->getInitArray().getSectionData()->front(), 0x0);
335 file_format->getFiniArray().getSectionData()->front(), 0x0);
366 file_format->getStack().getSectionData()->front(), 0x0);
1523 bss_sect_data = bss_sect.getSectionData();
1529 tbss_sect_data = tbss_sect.getSectionData();
2281 cur->setSize(cur->getSectionData()->back().getOffset() +
2282 cur->getSectionData()
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp486 bss_sect_data = bss_sect.getSectionData();
492 tbss_sect_data = tbss_sect.getSectionData();
684 SectionData* textData = getOutputFormat()->getText().getSectionData();
H A DMipsRelocator.cpp460 ? bssSectHdr->getSectionData()
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp282 eh_frame->getSectionData()->getFragmentList();
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp376 pFrag, *pEhFrame.getSectionData(), pEhFrame.getSection().align());
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp117 bss_data = bss_sect_hdr->getSectionData();

Completed in 374 milliseconds

12