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

  /frameworks/compile/libbcc/include/bcc/Support/
LinkerConfig.h 60 kNoCopyReloc = 1 << 7, ///< -z nocopyreloc
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 53 kNoCopyReloc = 1 << 7, ///< -z nocopyreloc
  /frameworks/compile/libbcc/lib/Support/
LinkerConfig.cpp 232 if (pOptions & kNoCopyReloc) {
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 225 if (pOptions & kNoCopyReloc) {

Completed in 30 milliseconds