Searched refs:section_type (Results 1 – 3 of 3) sorted by relevance
89 static bool IsSymbolSectionType(Elf_Word section_type);91 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;95 Elf_Addr FindSymbolAddress(Elf_Word section_type,150 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;151 const char* GetStringSectionStart(Elf_Word section_type) const;161 SymbolTable** GetSymbolTable(Elf_Word section_type);184 Elf_Sym* FindSymbolByName(Elf_Word section_type,194 const char* GetString(Elf_Word section_type, Elf_Word) const;
583 Elf_Word section_type) const { in GetSymbolSectionStart()584 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()585 switch (section_type) { in GetSymbolSectionStart()595 LOG(FATAL) << section_type; in GetSymbolSectionStart()603 Elf_Word section_type) const { in GetStringSectionStart()604 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()605 switch (section_type) { in GetStringSectionStart()613 LOG(FATAL) << section_type; in GetStringSectionStart()620 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString() argument622 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()[all …]
79 uint64_t FindSymbolAddress(unsigned section_type,