Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp172 uint64_t soname_offset = 0; in GetSonameWithTemplate() local
190 soname_offset = dyn.d_un.d_val; in GetSonameWithTemplate()
196 soname_offset += strtab_offset; in GetSonameWithTemplate()
197 if (soname_offset >= strtab_offset + strtab_size) { in GetSonameWithTemplate()
200 if (!memory_->ReadString(soname_offset, &soname_)) { in GetSonameWithTemplate()