Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc620 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()
800 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType()
813 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()
823 ElfFileImpl<ElfTypes>::GetSymbolTable(Elf_Word section_type) { in GetSymbolTable()
841 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolByName()
922 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolAddress()
1632 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols() local
1878 uint64_t ElfFile::FindSymbolAddress(unsigned section_type, in FindSymbolAddress()
/art/runtime/gc/space/
Dimage_space.cc2377 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections() local