Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h31 static const std::string EH_FRAME = ".eh_frame"; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp799 } else if (GetSectionInfo(shdr, EH_FRAME) && GetMmapPtr() != nullptr) { in FindUnwindTableInfo()
943 if (FindSection(info, EH_FRAME, shdr)) { in DlPhdrCb()