Home
last modified time | relevance | path

Searched refs:GetSection (Results 1 – 2 of 2) sorted by relevance

/art/libelffile/elf/
Delf_debug_reader.h95 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection() function
99 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()
/art/compiler/utils/
Dassembler_test_base.h204 const typename ElfTypes::Shdr* text = reader.GetSection(".text"); in ReadElf()