Searched refs:section_type (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Delf_file_impl.h95 static bool IsSymbolSectionType(Elf_Word section_type);
97 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
101 Elf_Addr FindSymbolAddress(Elf_Word section_type,
148 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;
149 const char* GetStringSectionStart(Elf_Word section_type) const;
159 SymbolTable** GetSymbolTable(Elf_Word section_type);
182 Elf_Sym* FindSymbolByName(Elf_Word section_type,
192 const char* GetString(Elf_Word section_type, Elf_Word) const;
H A Delf_file.cc585 Elf_Word section_type) const {
586 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
587 switch (section_type) {
597 LOG(FATAL) << section_type;
605 Elf_Word section_type) const {
606 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
607 switch (section_type) {
615 LOG(FATAL) << section_type;
622 GetString(Elf_Word section_type, Elf_Word i) const argument
624 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
804 IsSymbolSectionType(Elf_Word section_type) argument
817 GetSymbol(Elf_Word section_type, Elf_Word i) const argument
827 GetSymbolTable(Elf_Word section_type) argument
828 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
844 FindSymbolByName( Elf_Word section_type, const std::string& symbol_name, bool build_map) argument
847 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; local
925 FindSymbolAddress( Elf_Word section_type, const std::string& symbol_name, bool build_map) argument
1606 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; local
1850 FindSymbolAddress(unsigned section_type, const std::string& symbol_name, bool build_map) argument
[all...]
H A Delf_file.h74 uint64_t FindSymbolAddress(unsigned section_type,
/art/runtime/gc/space/
H A Dimage_space.cc1612 auto section_type = static_cast<ImageHeader::ImageSections>(i); local
1613 const ImageSection& section = header.GetImageSection(section_type);
1614 os << section_type << " " << reinterpret_cast<const void*>(base + section.Offset())

Completed in 53 milliseconds