Searched refs:GetSymbolSectionStart (Results 1 – 2 of 2) sorted by relevance
125 Elf32_Sym* GetSymbolSectionStart(Elf32_Word section_type) const;
617 Elf32_Sym* ElfFile::GetSymbolSectionStart(Elf32_Word section_type) const { in GetSymbolSectionStart() function in art::ElfFile824 Elf32_Sym* sym_start = GetSymbolSectionStart(section_type); in GetSymbol()