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

/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h164 pRange.header->getSectionData()->getFragmentList().empty())
177 if (pRange.header->getSectionData()->getFragmentList().empty())
181 return &pRange.header->getSectionData()->getFragmentList().front();
193 if (pRange.header->getSectionData()->getFragmentList().empty())
197 return &pRange.header->getSectionData()->getFragmentList().front();
210 if (pRange.header->getSectionData()->getFragmentList().empty())
216 return &pRange.header->getSectionData()->getFragmentList().back();
225 if (pRange.header->getSectionData()->getFragmentList().empty())
231 return &pRange.header->getSectionData()->getFragmentList().back();
H A DLDSection.h131 SectionData* getSectionData() function in class:mcld::LDSection
134 const SectionData* getSectionData() const function in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h77 SectionData& getSectionData() function in class:mcld::GOT
80 const SectionData& getSectionData() const function in class:mcld::GOT
H A DPLT.h67 const SectionData& getSectionData() const function in class:mcld::PLT
/frameworks/compile/mclinker/lib/LD/
H A DSectionMerger.cpp65 return getOutputSectHdr(pName)->getSectionData();
H A DLayout.cpp405 const SectionData* sect_data = pInputSection.getSectionData();
573 if (NULL != sect->getSectionData() &&
574 !sect->getSectionData()->getFragmentList().empty()) {
576 Fragment& frag = sect->getSectionData()->getFragmentList().back();
H A DELFWriter.cpp241 ld_sect->getSectionData()->getAlignment():
404 const SectionData* data = pSection.getSectionData();
469 const SectionData* sect_data = pSection.getSectionData();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp91 got_entry = new GOTEntry(0, getEntrySize(),&(getSectionData()));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp83 got_entry= new GOTEntry(0, getEntrySize(),&(getSectionData()));
H A DARMLDBackend.cpp772 const SectionData* sect_data = pSection.getSectionData();
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp538 SectionData* sect_data = pSection.getSectionData();
550 sect_data = output_sect->getSectionData();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp183 *(file_format->getPreInitArray().getSectionData()->begin()),
213 *(file_format->getInitArray().getSectionData()->begin()),
244 *(file_format->getFiniArray().getSectionData()->begin()),
275 *(file_format->getStack().getSectionData()->begin()),

Completed in 2464 milliseconds