Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h125 Elf32_Sym* GetSymbolSectionStart(Elf32_Word section_type) const;
Delf_file.cc617 Elf32_Sym* ElfFile::GetSymbolSectionStart(Elf32_Word section_type) const { in GetSymbolSectionStart() function in art::ElfFile
824 Elf32_Sym* sym_start = GetSymbolSectionStart(section_type); in GetSymbol()