Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp74 if (text_size_ != 0) { in GetTextRange()
76 *size = text_size_; in GetTextRange()
347 text_size_ = shdr.sh_size; in ReadSectionHeaders()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h170 uint64_t text_size_ = 0; variable