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

/system/core/libunwindstack/
H A DElfInterface.cpp399 uint64_t soname_offset = 0; local
419 soname_offset = dyn.d_un.d_val;
428 soname_offset = entry.second + soname_offset;
429 if (soname_offset >= entry.second + strtab_size) {
432 if (!memory_->ReadString(soname_offset, &soname_)) {

Completed in 53 milliseconds