Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfSection.cpp89 uint32_t length32; in FillInCieHeader() local
90 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInCieHeader()
95 if (length32 == static_cast<uint32_t>(-1)) { in FillInCieHeader()
120 cie->cfa_instructions_end = memory_.cur_offset() + length32; in FillInCieHeader()
273 uint32_t length32; in FillInFdeHeader() local
274 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInFdeHeader()
280 if (length32 == static_cast<uint32_t>(-1)) { in FillInFdeHeader()
307 fde->cfa_instructions_end = memory_.cur_offset() + length32; in FillInFdeHeader()