Home
last modified time | relevance | path

Searched refs:is_eh_frame (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h42 bool is_eh_frame);
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp31 …meInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKind reg_kind, bool is_eh_frame) : in DWARFCallFrameInfo() argument
41 m_is_eh_frame (is_eh_frame) in DWARFCallFrameInfo()
/external/elfutils/src/src/
Dreadelf.c5391 bool is_eh_frame = strcmp (scnname, ".eh_frame") == 0; in print_debug_frame_section() local
5392 Elf_Data *data = (is_eh_frame in print_debug_frame_section()
5403 if (is_eh_frame) in print_debug_frame_section()
5473 if (!is_eh_frame && cie_id == DW_CIE_ID_32) in print_debug_frame_section()
5487 if (cie_id == (is_eh_frame ? 0 : DW_CIE_ID_64)) in print_debug_frame_section()
5625 if (is_eh_frame in print_debug_frame_section()