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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 37 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
41 m_pEntryFactory = new Entry<32, true>();
44 m_pEntryFactory = new Entry<64, true>();
54 if (NULL != m_pEntryFactory)
55 delete m_pEntryFactory;
82 return m_pEntryFactory->size();
87 assert(NULL != m_pEntryFactory);
88 m_EntryList.push_back(m_pEntryFactory->clone());
263 applyOne(llvm::ELF::DT_RELENT, m_pEntryFactory->relSize()); // DT_RELENT
269 applyOne(llvm::ELF::DT_RELAENT, m_pEntryFactory->relaSize()); // DT_RELAEN
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 191 elf_dynamic::EntryIF* m_pEntryFactory;

Completed in 479 milliseconds