Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp45 static const char* pattern_to_keep[] = {".text*personality*", variable
53 sizeof(pattern_to_keep) / sizeof(pattern_to_keep[0]); in shouldKeep()
55 if (fnmatch0(pattern_to_keep[i], pName.c_str())) in shouldKeep()