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

  /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."),
186 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) {
195 llvm::errs() << "Out of memory when create the linker configuration!\n";
213 // 3. If given, set up dynamic linker path.
246 Linker::ErrorCode result = pLinker.config(*config);
247 if (Linker::kSuccess != result) {
248 llvm::errs() << "Failed to configure the linker! (detail: "
249 << Linker::GetErrorString(result) << ")\n"
338 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."),
179 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) {
188 llvm::errs() << "Out of memory when create the linker configuration!\n";
206 // 3. If given, set up dynamic linker path.
239 Linker::ErrorCode result = pLinker.config(*config);
240 if (Linker::kSuccess != result) {
241 llvm::errs() << "Failed to configure the linker! (detail: "
242 << Linker::GetErrorString(result) << ")\n"
331 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 45 milliseconds