Searched refs:dwarf_cfi_cie_p (Results 1 – 4 of 4) sorted by relevance
74 if (dwarf_cfi_cie_p (&entry)) in handle_section()85 || !dwarf_cfi_cie_p (&cie_entry)) in handle_section()
158 if (unlikely (dwarf_cfi_cie_p (&entry))) in __libdw_fde_by_offset()298 if (dwarf_cfi_cie_p (&entry)) in __libdw_find_fde()
216 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == LIBDW_CIE_ID) macro
1090 * libdw.h: Define LIBDW_CIE_ID and use it in dwarf_cfi_cie_p.2504 * cfi.h (dwarf_cfi_cie_p): Move definition from here, to ..2505 * libdw.h (dwarf_cfi_cie_p): ... here.