Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfSection.cpp92 uint64_t length64; in FillInCieHeader() local
93 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInCieHeader()
99 cie->cfa_instructions_end = memory_.cur_offset() + length64; in FillInCieHeader()
273 uint64_t length64; in FillInFdeHeader() local
274 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInFdeHeader()
279 fde->cfa_instructions_end = memory_.cur_offset() + length64; in FillInFdeHeader()