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

  /toolchain/binutils/binutils-2.27/gold/
options.cc 982 char* canonical_sysroot = lrealpath(this->sysroot()); local
987 p->add_sysroot(this->sysroot(), canonical_sysroot);
989 free(canonical_sysroot);
    [all...]
options.h 583 // SYSROOT is the sysroot, CANONICAL_SYSROOT is the result of
586 add_sysroot(const char* sysroot, const char* canonical_sysroot);
    [all...]

Completed in 61 milliseconds