Home
last modified time | relevance | path

Searched refs:protector (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
DCallbackProtector.cpp49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { in enterCbIfOk() argument
50 if (protector != 0) { in enterCbIfOk()
51 return protector->enterCb(); in enterCbIfOk()
DCallbackProtector.h31 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1954 <li>Added a {@code -mstack-protector-guard=} option for x86 to choose between a
1956 and a new <em>tls</em> path (%gs:20) for {@code -fstack-protector},
1957 {@code -fstack-protector-all} and {@code -fstack-protector-strong} using the GCC 4.6
1961 <strong>Note:</strong> The {@code -mstack-protector-guard} setting itself does not
1962 enable any {@code -fstack-protector*} options.</p>
2214 <li>Fixed {@code -fstack-protector} for X86, which is also the default for the