/frameworks/compile/mclinker/lib/LD/ |
DebugString.cpp | 43 SectionData::iterator it, end = pSection.getSectionData()->end(); 44 for (it = pSection.getSectionData()->begin(); it != end; ++it) {
|
SectionSymbolSet.cpp | 77 data = ehframe->getSectionData(); 81 data = pOutSect.getSectionData();
|
EhFrame.cpp | 314 SectionData& in_sd = *pInFrame.getSectionData(); 316 SectionData& out_sd = *getSectionData(); 327 SectionData& in_sd = *pInFrame.getSectionData(); 329 SectionData& out_sd = *getSectionData(); 357 getSectionData()->getFragmentList();
|
BranchIslandFactory.cpp | 44 SectionData& sd = *((*sect)->getSectionData());
|
IdenticalCodeFolding.cpp | 111 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) {
|
ELFObjectWriter.cpp | 58 if (section->getSectionData() == NULL) 390 sd = pSection.getEhFrame()->getSectionData(); 394 sd = pSection.getSectionData(); 404 emitSectionData(*pFrame.getSectionData(), pRegion);
|
ELFObjectReader.cpp | 237 *eh_frame->getSectionData())) {
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 179 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...] |
HexagonRelocator.cpp | 422 bss_section = bss_sect_hdr->getSectionData();
|
/frameworks/compile/mclinker/include/mcld/LD/ |
LDSection.h | 133 const SectionData* getSectionData() const { return m_Data.sect_data; } 134 SectionData* getSectionData() { return m_Data.sect_data; }
|
EhFrame.h | 181 const SectionData* getSectionData() const { return m_pSectionData; } 182 SectionData* getSectionData() { return m_pSectionData; }
|
/frameworks/compile/mclinker/lib/Fragment/ |
FragmentRef.cpp | 84 data = pSection.getEhFrame()->getSectionData(); 87 data = pSection.getSectionData();
|
/frameworks/compile/mclinker/lib/Script/ |
Assignment.cpp | 138 in->getSection()->getSectionData()->front()); 159 in->getSection()->getSectionData()->front().getNextNode(), *this));
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectBuilder.cpp | 108 data = pair.second->getSection()->getSectionData(); 116 data = target->getSectionData(); 119 if (MoveSectionData(*pInputSection.getSectionData(), *data)) {
|
ObjectLinker.cpp | 418 if (builder.MoveSectionData(*in_sect->getSectionData(), 419 *out_sect->getSectionData())) { 428 if (builder.MoveSectionData(*out_sect->getSectionData(), 429 *target->getSectionData())) { [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 214 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(); [all...] |
ARMException.cpp | 24 SectionData* sectData = pSection.getSectionData();
|
/frameworks/compile/mclinker/lib/Target/ |
ELFAttribute.cpp | 45 const SectionData* sect_data = pInputAttrSectHdr.getSectionData();
|
GNULDBackend.cpp | 239 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); [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 282 const SectionData* sect_data = pSection.getSectionData(); 601 bss_sect_data = bss_sect.getSectionData(); 607 tbss_sect_data = tbss_sect.getSectionData(); [all...] |
MipsAbiFlags.cpp | 58 const SectionData* secData = pSection.getSectionData();
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64LDBackend.cpp | 320 SectionData* sd = (*sect)->getSectionData();
|
AArch64Relocator.cpp | 119 bss_data = bss_sect_hdr->getSectionData();
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86LDBackend.cpp | 282 eh_frame->getSectionData()->getFragmentList();
|
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 376 pFrag, *pEhFrame.getSectionData(), pEhFrame.getSection().align());
|