Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h190 using DynType = typename ElfTypes::Dyn; variable
/system/unwinding/libunwindstack/
DElfInterface.cpp384 DynType dyn; in GetSoname()
387 for (uint64_t offset = dynamic_offset_; offset < max_offset; offset += sizeof(DynType)) { in GetSoname()