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

/art/runtime/
H A Delf_file.h132 const char* GetStringSectionStart(::llvm::ELF::Elf32_Word section_type);
H A Delf_file.cc269 const char* ElfFile::GetStringSectionStart(llvm::ELF::Elf32_Word section_type) { function in class:art::ElfFile
295 const char* string_section_start = GetStringSectionStart(section_type);

Completed in 54 milliseconds