Searched defs:section_type (Results 1 – 2 of 2) sorted by relevance
616 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()798 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType()811 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()821 ElfFileImpl<ElfTypes>::GetSymbolTable(Elf_Word section_type) { in GetSymbolTable()839 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolByName()920 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolAddress()1597 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols() local1841 uint64_t ElfFile::FindSymbolAddress(unsigned section_type, in FindSymbolAddress()
1567 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections() local