Searched refs:section_type (Results 1 – 4 of 4) sorted by relevance
91 static bool IsSymbolSectionType(Elf_Word section_type);93 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;97 Elf_Addr FindSymbolAddress(Elf_Word section_type,144 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;145 const char* GetStringSectionStart(Elf_Word section_type) const;155 SymbolTable** GetSymbolTable(Elf_Word section_type);178 Elf_Sym* FindSymbolByName(Elf_Word section_type,188 const char* GetString(Elf_Word section_type, Elf_Word) const;
589 Elf_Word section_type) const { in GetSymbolSectionStart()590 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()591 switch (section_type) { in GetSymbolSectionStart()601 LOG(FATAL) << section_type; in GetSymbolSectionStart()609 Elf_Word section_type) const { in GetStringSectionStart()610 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()611 switch (section_type) { in GetStringSectionStart()619 LOG(FATAL) << section_type; in GetStringSectionStart()626 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString() argument628 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()[all …]
74 uint64_t FindSymbolAddress(unsigned section_type,
1982 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections() local1983 const ImageSection& section = header.GetImageSection(section_type); in DumpSections()1984 os << section_type << " " << reinterpret_cast<const void*>(base + section.Offset()) in DumpSections()