Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfDebugFrame.h33 this->cie64_value_ = static_cast<uint64_t>(-1); in DwarfDebugFrame()
DDwarfSection.cpp110 if (cie_id != cie64_value_) { in FillInCieHeader()
290 if (value64 == cie64_value_) { in FillInFdeHeader()
684 if (value64 == cie64_value_) { in GetNextCieOrFde()
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h116 uint64_t cie64_value_ = 0; variable