Home
last modified time | relevance | path

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

/art/runtime/oat/
Delf_file.cc350 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()
496 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType()
509 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()
/art/runtime/gc/space/
Dimage_space.cc3777 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections() local