Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp439 return soname_; in GetSoname()
478 if (!memory_->ReadString(soname_offset, &soname_, soname_max - soname_offset)) { in GetSoname()
482 return soname_; in GetSoname()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h172 std::string soname_; variable