Searched defs:section_type (Results 1 – 1 of 1) sorted by relevance
676 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()858 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType()871 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()881 ElfFileImpl<ElfTypes>::GetSymbolTable(Elf_Word section_type) { in GetSymbolTable()899 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolByName()980 Elf_Word section_type, const std::string& symbol_name, bool build_map) { in FindSymbolAddress()1700 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols() local1901 uint64_t ElfFile::FindSymbolAddress(unsigned section_type, in FindSymbolAddress()