Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/solaris/
Dfile_id.cc97 static const char kTextSectionName[] = ".text"; in FindElfTextSection() local
116 if (strcmp(section_name, kTextSectionName) == 0) { in FindElfTextSection()