Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file_impl.h87 static bool IsSymbolSectionType(Elf_Word section_type);
89 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
93 Elf_Addr FindSymbolAddress(Elf_Word section_type,
140 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;
141 const char* GetStringSectionStart(Elf_Word section_type) const;
151 SymbolTable** GetSymbolTable(Elf_Word section_type);
174 Elf_Sym* FindSymbolByName(Elf_Word section_type,
184 const char* GetString(Elf_Word section_type, Elf_Word) const;
Delf_file.cc639 Elf_Word section_type) const { in GetSymbolSectionStart()
640 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolSectionStart()
641 switch (section_type) { in GetSymbolSectionStart()
651 LOG(FATAL) << section_type; in GetSymbolSectionStart()
659 Elf_Word section_type) const { in GetStringSectionStart()
660 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetStringSectionStart()
661 switch (section_type) { in GetStringSectionStart()
669 LOG(FATAL) << section_type; in GetStringSectionStart()
676 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString() argument
678 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetString()
[all …]
Delf_file.h65 uint64_t FindSymbolAddress(unsigned section_type,