Searched refs:cie_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h85 dw_offset_t cie_offset; member in struct:lldb_private::DWARFCallFrameInfo::CIE
96 CIE(dw_offset_t offset) : cie_offset(offset), version (-1), code_align (0),
123 GetCIE(dw_offset_t cie_offset);
144 ParseCIE (const uint32_t cie_offset);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp127 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) argument
129 cie_map_t::iterator pos = m_cie_map.find(cie_offset);
135 pos->second = ParseCIE (cie_offset);
143 DWARFCallFrameInfo::ParseCIE (const dw_offset_t cie_offset) argument
145 CIESP cie_sp(new CIE(cie_offset));
146 lldb::offset_t offset = cie_offset;
151 const dw_offset_t end_offset = cie_offset + length + 4;
155 // cie.offset = cie_offset;
351 const dw_offset_t cie_offset = current_entry + 4 - cie_id; local
352 const CIE *cie = GetCIE (cie_offset);
391 dw_offset_t cie_offset = m_cfi_data.GetU32 (&offset); local
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf-eh-frame.c792 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; local
794 if (cie_offset == ecie->offset)

Completed in 104 milliseconds