Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h149 const char* GetStringSectionStart(Elf_Word section_type) const;
Delf_file.cc609 const char* ElfFileImpl<ElfTypes>::GetStringSectionStart( in GetStringSectionStart() function in art::ElfFileImpl
633 const char* string_section_start = GetStringSectionStart(section_type); in GetString()