Home
last modified time | relevance | path

Searched defs:DwarfEhFrame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfSection.cpp829 template class DwarfEhFrame<uint32_t>; variable
830 template class DwarfEhFrame<uint64_t>; variable
H A DDwarfEhFrame.h31 DwarfEhFrame(std::shared_ptr<Memory>& memory) : DwarfSectionImpl<AddressType>(memory) {} in DwarfEhFrame() function