Searched refs:GetSection (Results 1 – 3 of 3) sorted by relevance
105 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function123 const Elf_Shdr* symtab = GetSection(".symtab"); in VisitFunctionSymbols()124 const Elf_Shdr* strtab = GetSection(".strtab"); in VisitFunctionSymbols()125 const Elf_Shdr* text = GetSection(".text"); in VisitFunctionSymbols()142 const Elf_Shdr* dynsym = GetSection(".dynsym"); in VisitDynamicSymbols()143 const Elf_Shdr* dynstr = GetSection(".dynstr"); in VisitDynamicSymbols()155 const Elf_Shdr* debug_frame = GetSection(".debug_frame"); in VisitDebugFrame()
59 const Elf_Shdr* original_text = reader.GetSection(".text"); in WriteMinidebugInfo()
204 const typename ElfTypes::Shdr* text = reader.GetSection(".text"); in ReadElf()