Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfSection.cpp97 uint64_t length64; in FillInCieHeader() local
98 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInCieHeader()
104 cie->cfa_instructions_end = memory_.cur_offset() + length64; in FillInCieHeader()
282 uint64_t length64; in FillInFdeHeader() local
283 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInFdeHeader()
288 fde->cfa_instructions_end = memory_.cur_offset() + length64; in FillInFdeHeader()