Searched refs:addObject (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DTestLinkerTest.cpp68 m_pLinker->addObject(top_level + "test/libs/ARM/Android/android-14/crtbegin_so.o");
69 m_pLinker->addObject(top_level + "test/Android/Plasma/ARM/plasma.o");
74 m_pLinker->addObject(top_level + "test/libs/ARM/Android/android-14/crtend_so.o");
H A DReadStageTest.cpp123 m_pLinker->addObject(top_level + "test/libs/ARM/Android/android-14/crtbegin_so.o");
124 m_pLinker->addObject(top_level + "test/Android/Plasma/ARM/plasma.o");
129 m_pLinker->addObject(top_level + "test/libs/ARM/Android/android-14/crtend_so.o");
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h58 void addObject(const std::string &pPath);
60 void addObject(const mcld::sys::fs::Path &pPath) function in class:mcld::test::TestLinker
61 { addObject(pPath.native()); }
63 void addObject(void* pMemBuffer, size_t pSize);
65 void addObject(int pFileHandler);
H A DTestLinker.cpp141 void TestLinker::addObject(const std::string &pPath) function in class:TestLinker
166 void TestLinker::addObject(void* pMemBuffer, size_t pSize) function in class:TestLinker
184 void TestLinker::addObject(int pFileHandler) function in class:TestLinker
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h85 enum ErrorCode addObject(const std::string &pObjectPath);
87 enum ErrorCode addObject(void* pMemory, size_t pSize);
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h78 enum ErrorCode addObject(const std::string &pObjectPath);
80 enum ErrorCode addObject(void* pMemory, size_t pSize);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp37 display->addObject(this);
H A Degl_display.h67 void addObject(egl_object_t* object);
H A Degl_display.cpp89 void egl_display_t::addObject(egl_object_t* object) { function in class:android::egl_display_t
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp186 mLinker.addObject(mAndroidSysroot + "/system/lib/crtbegin_so.o");
191 mLinker.addObject(const_cast<char *>(input_relocatable.data()),
205 mLinker.addObject(mAndroidSysroot + "/system/lib/crtend_so.o");
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp206 /// addObject - Add a object file by the filename.
207 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) { function in class:Linker
219 /// addObject - Add a piece of memory. The memory is of ELF format.
220 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) { function in class:Linker
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp199 /// addObject - Add a object file by the filename.
200 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) { function in class:Linker
212 /// addObject - Add a piece of memory. The memory is of ELF format.
213 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) { function in class:Linker
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp295 result = pLinker.addObject(*file_it);
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp288 result = pLinker.addObject(*file_it);

Completed in 159 milliseconds