Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfSection.cpp94 uint64_t length64; in FillInCieHeader() local
95 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInCieHeader()
101 cie->cfa_instructions_end = memory_.cur_offset() + length64; in FillInCieHeader()
276 uint64_t length64; in FillInFdeHeader() local
277 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInFdeHeader()
282 fde->cfa_instructions_end = memory_.cur_offset() + length64; in FillInFdeHeader()