Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_debug_reader.h119 const Elf_Shdr* dynstr = GetSection(".dynstr"); in VisitDynamicSymbols() local
120 if (dynsym != nullptr && dynstr != nullptr) { in VisitDynamicSymbols()
124 visit_sym(symbol, Read<char>(dynstr->sh_offset + symbol.st_name)); in VisitDynamicSymbols()