HomeSort by relevance Sort by last modified time
    Searched full:is_linker_symbol (Results 1 - 1 of 1) sorted by null

  /system/extras/simpleperf/
dso.cpp 76 bool is_linker_symbol = (name.find(linker_prefix) == 0); local
78 if (is_linker_symbol) {
84 if (is_linker_symbol) {
90 } else if (is_linker_symbol) {

Completed in 82 milliseconds