Searched refs:is_eh_frame (Results 1 – 3 of 3) sorted by relevance
42 bool is_eh_frame);
31 …meInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKind reg_kind, bool is_eh_frame) : in DWARFCallFrameInfo() argument41 m_is_eh_frame (is_eh_frame) in DWARFCallFrameInfo()
5391 bool is_eh_frame = strcmp (scnname, ".eh_frame") == 0; in print_debug_frame_section() local5392 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()