HomeSort by relevance Sort by last modified time
    Searched refs:getSectionData (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Layout.h 164 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();
LDSection.h 131 SectionData* getSectionData()
134 const SectionData* getSectionData() const
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 77 SectionData& getSectionData()
80 const SectionData& getSectionData() const
PLT.h 67 const SectionData& getSectionData() const
  /frameworks/compile/mclinker/lib/LD/
SectionMerger.cpp 65 return getOutputSectHdr(pName)->getSectionData();
Layout.cpp 405 const SectionData* sect_data = pInputSection.getSectionData();
573 if (NULL != sect->getSectionData() &&
574 !sect->getSectionData()->getFragmentList().empty()) {
576 Fragment& frag = sect->getSectionData()->getFragmentList().back();
ELFWriter.cpp 241 ld_sect->getSectionData()->getAlignment():
404 const SectionData* data = pSection.getSectionData();
469 const SectionData* sect_data = pSection.getSectionData();
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 91 got_entry = new GOTEntry(0, getEntrySize(),&(getSectionData()));
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 83 got_entry= new GOTEntry(0, getEntrySize(),&(getSectionData()));
ARMLDBackend.cpp 772 const SectionData* sect_data = pSection.getSectionData();
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 538 SectionData* sect_data = pSection.getSectionData();
550 sect_data = output_sect->getSectionData();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 387 const MCSectionData &SymSD = Asm.getSectionData(
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 183 *(file_format->getPreInitArray().getSectionData()->begin()),
213 *(file_format->getInitArray().getSectionData()->begin()),
244 *(file_format->getFiniArray().getSectionData()->begin()),
275 *(file_format->getStack().getSectionData()->begin()),
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 942 MCSectionData &getSectionData(const MCSection &Section) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 524 const MCSectionData &SymSD = Asm.getSectionData(

Completed in 198 milliseconds