Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h142 bool FillInCieHeader(DwarfCie* cie);
/system/core/libunwindstack/
DDwarfSection.cpp73 if (!FillInCieHeader(cie) || !FillInCie(cie)) { in GetCieFromOffset()
82 bool DwarfSectionImpl<AddressType>::FillInCieHeader(DwarfCie* cie) { in FillInCieHeader() function in unwindstack::DwarfSectionImpl