Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc682 const char* string_section_start = GetStringSectionStart(section_type); in GetString() local
683 if (string_section_start == nullptr) { in GetString()
686 return string_section_start + i; in GetString()