Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfSection.cpp86 uint32_t length32; in FillInCieHeader() local
87 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInCieHeader()
92 if (length32 == static_cast<uint32_t>(-1)) { in FillInCieHeader()
117 cie->cfa_instructions_end = memory_.cur_offset() + length32; in FillInCieHeader()
267 uint32_t length32; in FillInFdeHeader() local
268 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInFdeHeader()
274 if (length32 == static_cast<uint32_t>(-1)) { in FillInFdeHeader()
301 fde->cfa_instructions_end = memory_.cur_offset() + length32; in FillInFdeHeader()