Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h167 bool FillInCieHeader(DwarfCie* cie);
/system/unwinding/libunwindstack/
DDwarfSection.cpp84 if (!FillInCieHeader(cie) || !FillInCie(cie)) { in GetCieFromOffset()
93 bool DwarfSectionImpl<AddressType>::FillInCieHeader(DwarfCie* cie) { in FillInCieHeader() function in unwindstack::DwarfSectionImpl