Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp429 uint64_t soname_offset = 0; in GetSonameWithTemplate() local
449 soname_offset = dyn.d_un.d_val; in GetSonameWithTemplate()
458 soname_offset = entry.second + soname_offset; in GetSonameWithTemplate()
460 if (soname_offset >= soname_max) { in GetSonameWithTemplate()
463 if (!memory_->ReadString(soname_offset, &soname_, soname_max - soname_offset)) { in GetSonameWithTemplate()