Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DDwarfSection.h157 bool FillInCieHeader(DwarfCie* cie);
/aosp12/system/unwinding/libunwindstack/
H A DDwarfSection.cpp78 if (!FillInCieHeader(cie) || !FillInCie(cie)) { in GetCieFromOffset()
87 bool DwarfSectionImpl<AddressType>::FillInCieHeader(DwarfCie* cie) { in FillInCieHeader() function in unwindstack::DwarfSectionImpl