OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_linker_symbol
(Results
1 - 1
of
1
) sorted by null
/system/extras/simpleperf/
dso.cpp
71
bool
is_linker_symbol
= (name.find(linker_prefix) == 0);
local
73
if (
is_linker_symbol
) {
79
if (
is_linker_symbol
) {
85
} else if (
is_linker_symbol
) {
Completed in 98 milliseconds