Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfSection.cpp84 uint32_t length32; in FillInCieHeader() local
85 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInCieHeader()
90 if (length32 == static_cast<uint32_t>(-1)) { in FillInCieHeader()
115 cie->cfa_instructions_end = memory_.cur_offset() + length32; in FillInCieHeader()
264 uint32_t length32; in FillInFdeHeader() local
265 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInFdeHeader()
271 if (length32 == static_cast<uint32_t>(-1)) { in FillInFdeHeader()
298 fde->cfa_instructions_end = memory_.cur_offset() + length32; in FillInFdeHeader()