HomeSort by relevance Sort by last modified time
    Searched refs:SectionData (Results 51 - 73 of 73) sorted by null

1 23

  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 16 #include <mcld/LD/SectionData.h>
302 SectionData* sect_data = NULL;
316 SectionData::iterator frag_it = sect_data->begin();
317 SectionData::iterator frag_end = sect_data->end();
Relocation.cpp 14 #include <mcld/LD/SectionData.h>
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 59 SectionData* data = m_Builder.CreateSectionData(*data_sect);
SectionSymbolSet.cpp 12 #include <mcld/LD/SectionData.h>
Android.mk 39 SectionData.cpp \
ELFReaderIf.cpp 14 #include <mcld/LD/SectionData.h>
ELFObjectWriter.cpp 25 #include <mcld/LD/SectionData.h>
377 const SectionData* sd = NULL;
400 assert(NULL != sect_data && "SectionData is NULL in emitRelocation!");
597 void ELFObjectWriter::emitSectionData(const SectionData& pSD,
600 SectionData::const_iterator fragIter, fragEnd = pSD.end();
ELFReader.cpp 14 #include <mcld/LD/SectionData.h>
56 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const
565 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 134 /// Backend can put the data of the tables in SectionData directly
173 bool readSection(Input& pInput, SectionData& pSD);
ARMLDBackend.cpp 108 // create SectionData and ARMRelDynSection
336 // get or create corresponding BSS SectionData
337 SectionData* bss_data = NULL;
760 const SectionData* sect_data = pSection.getSectionData();
761 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
848 SectionData* sd = IRBuilder::CreateSectionData(*m_pAttributes);
860 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD)
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 12 #include <mcld/LD/SectionData.h>
312 SectionData* IRBuilder::CreateSectionData(LDSection& pSection)
316 SectionData* sect_data = SectionData::Create(pSection);
342 SectionData* IRBuilder::CreateBSS(LDSection& pSection)
347 SectionData* sect_data = SectionData::Create(pSection);
389 /// AppendFragment - To append pFrag to the given SectionData pSD
390 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD)
Linker.cpp 25 #include <mcld/LD/SectionData.h>
267 SectionData::Clear();
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 152 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 145 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 436 cast<MCSectionMachO>(it->SectionData->getSection());
442 IndirectSymBase.insert(std::make_pair(it->SectionData, IndirectIndex));
452 cast<MCSectionMachO>(it->SectionData->getSection());
459 IndirectSymBase.insert(std::make_pair(it->SectionData, IndirectIndex));
    [all...]
MCELFStreamer.cpp 138 ISD.SectionData = getCurrentSectionData();
MCMachOStreamer.cpp 229 ISD.SectionData = getCurrentSectionData();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 109 StringRef SectionData;
115 Check(si->getContents(SectionData));
120 (const uint8_t*)SectionData.begin());
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 370 SectionData* text_data = builder.CreateSectionData(*text);
408 SectionData* attr_data = builder.CreateSectionData(*attr);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 638 // get or create corresponding BSS SectionData
639 SectionData* bss_sect_data = NULL;
645 SectionData* tbss_sect_data = NULL;
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 669 // FIXME: Same concerns as with SectionData.
795 MCSectionData *SectionData;
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 374 // TODO: add SectionData for .dynamic section, and then we can get the correct
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 184 // get or create corresponding BSS SectionData
186 SectionData* bss_section = NULL;
    [all...]

Completed in 730 milliseconds

1 23