Home
last modified time | relevance | path

Searched refs:FragmentLinker (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp43 FragmentLinker::FragmentLinker(const LinkerConfig& pConfig, in FragmentLinker() function in FragmentLinker
53 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()
DAndroid.mk8 FragmentLinker.cpp \
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentLinker.h38 class FragmentLinker
41 FragmentLinker(const LinkerConfig& pConfig,
45 ~FragmentLinker();
/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h26 class FragmentLinker; variable
131 const FragmentLinker* getLinker() const { return m_pLinker; } in getLinker()
132 FragmentLinker* getLinker() { return m_pLinker; } in getLinker()
159 FragmentLinker* m_pLinker;
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h20 class FragmentLinker; variable
DELFObjectWriter.h24 class FragmentLinker; variable
DResolveInfo.h39 friend class FragmentLinker; variable
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp82 m_pLinker = new FragmentLinker(m_Config, in initFragmentLinker()