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

1 2

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 188 const SectionData* sect_data = pSection.getSectionData();
636 if ((*island).end() == file_format->getText().getSectionData()->end())
657 file_format->getText().getSectionData()->back().getOffset() +
658 file_format->getText().getSectionData()->back().size());
711 sd = m_psdata->getSectionData();
712 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
722 SectionData *pTo = (m_psdata->getSectionData());
725 MoveCommonData(*m_pscommon_1->getSectionData(), *pTo);
726 MoveCommonData(*m_pscommon_2->getSectionData(), *pTo);
727 MoveCommonData(*m_pscommon_4->getSectionData(), *pTo)
    [all...]
HexagonRelocator.cpp 412 bss_section = bss_sect_hdr->getSectionData();
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 80 data = ehframe->getSectionData();
84 data = pOutSect.getSectionData();
EhFrame.cpp 323 SectionData& in_sd = *pInFrame.getSectionData();
325 SectionData& out_sd = *getSectionData();
338 SectionData& in_sd = *pInFrame.getSectionData();
340 SectionData& out_sd = *getSectionData();
368 SectionData::FragmentListType& frag_list = getSectionData()->getFragmentList();
BranchIslandFactory.cpp 46 SectionData& sd = *text->getSectionData();
ELFObjectWriter.cpp 61 if (section->getSectionData() == NULL)
401 sd = pSection.getEhFrame()->getSectionData();
405 sd = pSection.getSectionData();
415 emitSectionData(*pFrame.getSectionData(), pRegion);
ELFObjectReader.cpp 240 *eh_frame->getSectionData())) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 151 const SectionData* getSectionData() const { return m_Data.sect_data; }
152 SectionData* getSectionData() { return m_Data.sect_data; }
EhFrame.h 184 const SectionData* getSectionData() const { return m_pSectionData; }
185 SectionData* getSectionData() { return m_pSectionData; }
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 88 data = pSection.getEhFrame()->getSectionData();
91 data = pSection.getSectionData();
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 136 RpnExpr::buildHelperExpr(in->getSection()->getSectionData()->front());
156 std::make_pair(in->getSection()->getSectionData()->front().getNextNode(),
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 100 data = pair.second->getSection()->getSectionData();
103 data = target->getSectionData();
106 if (MoveSectionData(*pInputSection.getSectionData(), *data)) {
ObjectLinker.cpp 389 if (builder.MoveSectionData(*in_sect->getSectionData(),
390 *out_sect->getSectionData())) {
405 if (builder.MoveSectionData(*out_sect->getSectionData(),
406 *target->getSectionData())) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 146 FragmentRef::Create(m_pEXIDX->getSectionData()->front(), 0x0);
148 FragmentRef::Create(m_pEXIDX->getSectionData()->front(),
356 const SectionData* sect_data = pSection.getSectionData();
694 if ((*island).end() == file_format->getText().getSectionData()->end())
715 file_format->getText().getSectionData()->back().getOffset() +
716 file_format->getText().getSectionData()->back().size());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 342 const MCSectionData &SymSD = Asm.getSectionData(
435 const MCSectionData &SymSD = Asm.getSectionData(
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 47 const SectionData* sect_data = pInputAttrSectHdr.getSectionData();
GNULDBackend.cpp 253 section->getSectionData()->front(), 0x0);
266 section->getSectionData()->front(), section->size());
286 file_format->getPreInitArray().getSectionData()->front(),
317 file_format->getInitArray().getSectionData()->front(),
349 file_format->getFiniArray().getSectionData()->front(),
381 file_format->getStack().getSectionData()->front(),
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 329 Asm.getSectionData(SD.getSymbol().getSection());
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 368 Asm.getSectionData(SD->getSymbol().getSection());
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 534 bss_sect_data = bss_sect.getSectionData();
540 tbss_sect_data = tbss_sect.getSectionData();
742 SectionData* textData = getOutputFormat()->getText().getSectionData();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 579 const MCSectionData &SymSD = Asm.getSectionData(
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 123 bss_data = bss_sect_hdr->getSectionData();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 306 eh_frame->getSectionData()->getFragmentList();
  /external/llvm/include/llvm/MC/
MCAssembler.h     [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 383 *pEhFrame.getSectionData(),

Completed in 1308 milliseconds

1 2