Searched refs:GetStringSectionStart (Results 1 – 2 of 2) sorted by relevance
126 const char* GetStringSectionStart(Elf32_Word section_type) const;
635 const char* ElfFile::GetStringSectionStart(Elf32_Word section_type) const { in GetStringSectionStart() function in art::ElfFile656 const char* string_section_start = GetStringSectionStart(section_type); in GetString()