Home
last modified time | relevance | path

Searched defs:section_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.cc619 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()
799 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType()
812 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()
822 ElfFileImpl<ElfTypes>::GetSymbolTable(Elf_Word section_type) { in GetSymbolTable()
840 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolByName()
921 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolAddress()
1662 uint64_t ElfFile::FindSymbolAddress(unsigned section_type, in FindSymbolAddress()
/art/runtime/gc/space/
Dimage_space.cc3672 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections() local