HomeSort by relevance Sort by last modified time
    Searched refs:gDefaultDyld (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Support/
TargetLinkerConfigs.cpp 28 static const char* gDefaultDyld = "/system/bin/linker";
31 static const char* gDefaultDyld = "/usr/lib/ld.so.1";
60 getLDConfig()->options().setDyld(gDefaultDyld);
102 getLDConfig()->options().setDyld(gDefaultDyld);
135 getLDConfig()->options().setDyld(gDefaultDyld);
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp 20 static const char* gDefaultDyld = "/system/bin/linker";
23 static const char* gDefaultDyld = "/usr/lib/ld.so.1";
52 getLDConfig()->options().setDyld(gDefaultDyld);
94 getLDConfig()->options().setDyld(gDefaultDyld);
127 getLDConfig()->options().setDyld(gDefaultDyld);

Completed in 64 milliseconds