Searched defs:section_type (Results 1 – 2 of 2) sorted by relevance
350 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString()496 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType()509 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()
3777 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections() local