Home
last modified time | relevance | path

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

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