HomeSort by relevance Sort by last modified time
    Searched defs:linker (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 15 #include <mcld/Linker.h>
58 Linker linker; local
59 linker.config(config);
65 if (linker.link(module, builder))
66 linker.emit("./test.so");
82 Linker linker; local
92 /// To configure linker before setting options. Linker::config sets u
139 Linker linker; local
234 Linker linker; local
336 Linker linker; local
    [all...]
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 33 #include <bcc/Linker.h>
103 OptDyld("dynamic-linker",
104 llvm::cl::desc("Set the name of the dynamic linker."),
213 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) {
222 llvm::errs() << "Out of memory when create the linker configuration!\n";
240 // 3. If given, set up dynamic linker path.
276 Linker::ErrorCode result = pLinker.config(*config);
277 if (Linker::kSuccess != result) {
278 llvm::errs() << "Failed to configure the linker! (detail: "
279 << Linker::GetErrorString(result) << ")\n"
368 Linker linker; local
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 26 #include <alone/Linker.h>
96 OptDyld("dynamic-linker",
97 llvm::cl::desc("Set the name of the dynamic linker."),
206 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) {
215 llvm::errs() << "Out of memory when create the linker configuration!\n";
233 // 3. If given, set up dynamic linker path.
265 Linker::ErrorCode result = pLinker.config(*config);
266 if (Linker::kSuccess != result) {
267 llvm::errs() << "Failed to configure the linker! (detail: "
268 << Linker::GetErrorString(result) << ")\n"
357 Linker linker; local
    [all...]
  /ndk/build/core/
default-build-commands.mk 13 # must appear on the final static linker command (order is important).
30 TARGET-get-linker-objects-and-libraries = \
49 # linker has run. This makes GOT overwrite security attacks harder to
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 103 milliseconds