Searched refs:FragmentLinker (Results 1 – 8 of 8) sorted by relevance
43 FragmentLinker::FragmentLinker(const LinkerConfig& pConfig, in FragmentLinker() function in FragmentLinker53 FragmentLinker::~FragmentLinker() in ~FragmentLinker()57 bool FragmentLinker::finalizeSymbols() in finalizeSymbols()93 bool FragmentLinker::applyRelocations() in applyRelocations()134 void FragmentLinker::syncRelocationResult(MemoryArea& pOutput) in syncRelocationResult()143 void FragmentLinker::normalSyncRelocationResult(MemoryArea& pOutput) in normalSyncRelocationResult()193 void FragmentLinker::partialSyncRelocationResult(MemoryArea& pOutput) in partialSyncRelocationResult()225 void FragmentLinker::writeRelocationResult(Relocation& pReloc, uint8_t* pOutput) in writeRelocationResult()
8 FragmentLinker.cpp \
38 class FragmentLinker41 FragmentLinker(const LinkerConfig& pConfig,45 ~FragmentLinker();
26 class FragmentLinker; variable131 const FragmentLinker* getLinker() const { return m_pLinker; } in getLinker()132 FragmentLinker* getLinker() { return m_pLinker; } in getLinker()159 FragmentLinker* m_pLinker;
20 class FragmentLinker; variable
24 class FragmentLinker; variable
39 friend class FragmentLinker; variable
82 m_pLinker = new FragmentLinker(m_Config, in initFragmentLinker()