Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h150 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;
Delf_file.cc581 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbolSectionStart( in GetSymbolSectionStart() function in art::ElfFileImpl
813 Elf_Sym* sym_start = GetSymbolSectionStart(section_type); in GetSymbol()