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

  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 45 * addresses, we say the output is position independent. Shared libraries
46 * and position-independent executable programs (PIE) are in this category.
47 * ::Independent indicates the output is position independent.
59 Independent, ///< Position Independent
91 bool isCodeIndep() const { return (Independent == m_CodePosition); }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WrapperTypeInfo.h 222 Dependent, Independent
228 if (lifetime == Independent)

Completed in 882 milliseconds