Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h126 const char* GetStringSectionStart(Elf32_Word section_type) const;
Delf_file.cc635 const char* ElfFile::GetStringSectionStart(Elf32_Word section_type) const { in GetStringSectionStart() function in art::ElfFile
656 const char* string_section_start = GetStringSectionStart(section_type); in GetString()