Searched refs:getSectionData (Results 1 - 25 of 28) 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 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 DBranchIslandFactory.cpp44 SectionData& sd = *((*sect)->getSectionData());
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.cpp237 *eh_frame->getSectionData())) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp179 const SectionData* sect_data = pSection.getSectionData();
703 sd = m_psdata->getSectionData();
704 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
713 SectionData* pTo = (m_psdata->getSectionData());
716 MoveCommonData(*m_pscommon_1->getSectionData(), *pTo);
717 MoveCommonData(*m_pscommon_2->getSectionData(), *pTo);
718 MoveCommonData(*m_pscommon_4->getSectionData(), *pTo);
719 MoveCommonData(*m_pscommon_8->getSectionData(), *pTo);
766 bss_sect_data = bss_sect.getSectionData();
772 tbss_sect_data = tbss_sect.getSectionData();
[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.cpp214 FragmentRef::Create(m_pEXIDX->getSectionData()->front(), 0x0);
216 m_pEXIDX->getSectionData()->front(), m_pEXIDX->size());
411 const SectionData* sect_data = pSection.getSectionData();
479 NullFragment* null = new NullFragment(m_pEXIDX->getSectionData());
525 pSection.getSectionData()->getFragmentList();
527 m_pEXIDX->getSectionData()->getFragmentList();
534 frag->setParent(m_pEXIDX->getSectionData());
714 SectionData* sectData = m_pEXIDX->getSectionData();
H A DARMException.cpp24 SectionData* sectData = pSection.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();
2287 cur->setSize(cur->getSectionData()->back().getOffset() +
2288 cur->getSectionData()
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp282 const SectionData* sect_data = pSection.getSectionData();
601 bss_sect_data = bss_sect.getSectionData();
607 tbss_sect_data = tbss_sect.getSectionData();
1199 sd = m_psdata->getSectionData();
1200 moveSectionData(*pSection.getSectionData(), *sd);
H A DMipsAbiFlags.cpp58 const SectionData* secData = pSection.getSectionData();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp320 SectionData* sd = (*sect)->getSectionData();
H A DAArch64Relocator.cpp119 bss_data = bss_sect_hdr->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());

Completed in 304 milliseconds

12