Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp370 if (soname_type_ == SONAME_INVALID) { in GetSoname()
373 if (soname_type_ == SONAME_VALID) { in GetSoname()
377 soname_type_ = SONAME_INVALID; in GetSoname()
416 soname_type_ = SONAME_VALID; in GetSoname()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h172 uint8_t soname_type_ = SONAME_UNKNOWN; variable