OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStrings
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/android_crazy_linker/src/tests/
bar_with_relro.cpp
21
const char* const
kStrings
[] = {LINE4096 LINE4096 LINE4096 LINE4096};
30
for (size_t n = 0; n < sizeof(
kStrings
) / sizeof(
kStrings
[0]); ++n) {
31
const char* ptr =
kStrings
[n];
foo_with_relro.cpp
17
const char* const
kStrings
[] = {LINE4096 LINE4096 LINE4096 LINE4096};
21
for (size_t n = 0; n < sizeof(
kStrings
) / sizeof(
kStrings
[0]); ++n) {
22
const char* ptr =
kStrings
[n];
/ndk/sources/android/crazy_linker/tests/
bar_with_relro.cpp
21
const char* const
kStrings
[] = {LINE4096 LINE4096 LINE4096 LINE4096};
30
for (size_t n = 0; n < sizeof(
kStrings
) / sizeof(
kStrings
[0]); ++n) {
31
const char* ptr =
kStrings
[n];
foo_with_relro.cpp
17
const char* const
kStrings
[] = {LINE4096 LINE4096 LINE4096 LINE4096};
21
for (size_t n = 0; n < sizeof(
kStrings
) / sizeof(
kStrings
[0]); ++n) {
22
const char* ptr =
kStrings
[n];
Completed in 525 milliseconds