Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp459 uint64_t soname_max = entry.second + strtab_size; in GetSonameWithTemplate() local
460 if (soname_offset >= soname_max) { in GetSonameWithTemplate()
463 if (!memory_->ReadString(soname_offset, &soname_, soname_max - soname_offset)) { in GetSonameWithTemplate()