Searched refs:GetSection (Results 1 – 1 of 1) sorted by relevance
95 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function99 const Elf_Shdr* symtab = GetSection(".symtab"); in VisitFunctionSymbols()100 const Elf_Shdr* strtab = GetSection(".strtab"); in VisitFunctionSymbols()101 const Elf_Shdr* text = GetSection(".text"); in VisitFunctionSymbols()118 const Elf_Shdr* dynsym = GetSection(".dynsym"); in VisitDynamicSymbols()119 const Elf_Shdr* dynstr = GetSection(".dynstr"); in VisitDynamicSymbols()131 const Elf_Shdr* debug_frame = GetSection(".debug_frame"); in VisitDebugFrame()