Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfSection.cpp209 uint64_t aug_length; in FillInCie() local
210 if (!memory_.ReadULEB128(&aug_length)) { in FillInCie()
215 cie->cfa_instructions_offset = memory_.cur_offset() + aug_length; in FillInCie()
359 uint64_t aug_length; in FillInFde() local
360 if (!memory_.ReadULEB128(&aug_length)) { in FillInFde()
375 memory_.set_cur_offset(cur_offset + aug_length); in FillInFde()