Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DDwarfSection.h161 bool FillInFdeHeader(DwarfFde* fde);
/aosp12/system/unwinding/libunwindstack/
H A DDwarfSection.cpp264 if (!FillInFdeHeader(fde) || !FillInFde(fde)) { in GetFdeFromOffset()
272 bool DwarfSectionImpl<AddressType>::FillInFdeHeader(DwarfFde* fde) { in FillInFdeHeader() function in unwindstack::DwarfSectionImpl