Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Delf_reader.cc116 bool StringViewStartsWith(std::string_view sv, std::string_view prefix) { in StringViewStartsWith() function
373 if (StringViewStartsWith(name, ".text")) { in ElfReaderImpl()
823 if (StringViewStartsWith(name, ".debug") || in HasDebugSections()
824 StringViewStartsWith(name, ".zdebug")) { in HasDebugSections()
1232 if (StringViewStartsWith(name, debug_prefix) && in SectionNamesMatch()
1233 StringViewStartsWith(sh_name, zdebug_prefix)) { in SectionNamesMatch()