Searched refs:cie_offset (Results 1 – 6 of 6) sorted by relevance
/external/libunwind/src/dwarf/ |
D | Gfde.c | 244 int32_t cie_offset; in dwarf_extract_proc_info_from_fde() local 256 if ((ret = dwarf_reads32 (as, a, &addr, &cie_offset, arg)) < 0) in dwarf_extract_proc_info_from_fde() 259 if (is_cie_id (cie_offset, base != 0)) in dwarf_extract_proc_info_from_fde() 264 cie_addr = base + cie_offset; in dwarf_extract_proc_info_from_fde() 270 cie_addr = cie_offset_addr - cie_offset; in dwarf_extract_proc_info_from_fde() 274 int64_t cie_offset; in dwarf_extract_proc_info_from_fde() local 284 if ((ret = dwarf_reads64 (as, a, &addr, &cie_offset, arg)) < 0) in dwarf_extract_proc_info_from_fde() 287 if (is_cie_id (cie_offset, base != 0)) in dwarf_extract_proc_info_from_fde() 292 cie_addr = base + cie_offset; in dwarf_extract_proc_info_from_fde() 298 cie_addr = (unw_word_t) ((uint64_t) cie_offset_addr - cie_offset); in dwarf_extract_proc_info_from_fde()
|
/external/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 127 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) in GetCIE() argument 129 cie_map_t::iterator pos = m_cie_map.find(cie_offset); in GetCIE() 135 pos->second = ParseCIE (cie_offset); in GetCIE() 143 DWARFCallFrameInfo::ParseCIE (const dw_offset_t cie_offset) in ParseCIE() argument 145 CIESP cie_sp(new CIE(cie_offset)); in ParseCIE() 146 lldb::offset_t offset = cie_offset; in ParseCIE() 151 const dw_offset_t end_offset = cie_offset + length + 4; in ParseCIE() 351 const dw_offset_t cie_offset = current_entry + 4 - cie_id; in GetFDEIndex() local 352 const CIE *cie = GetCIE (cie_offset); in GetFDEIndex() 368 cie_offset, in GetFDEIndex() [all …]
|
/external/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 85 dw_offset_t cie_offset; member 96 CIE(dw_offset_t offset) : cie_offset(offset), version (-1), code_align (0), in CIE() 123 GetCIE(dw_offset_t cie_offset); 144 ParseCIE (const uint32_t cie_offset);
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 2227 .fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, fde.cie_offset), 2256 .fde.len = sizeof(DebugFrame) - offsetof(DebugFrame, fde.cie_offset),
|
/external/elfutils/0.153/src/ |
D | readelf.c | 5213 ptrdiff_t cie_offset; in print_debug_frame_section() member 5398 newp->cie_offset = offset; in print_debug_frame_section() 5414 ? start - (ptrdiff_t) cie_id == cie->cie_offset in print_debug_frame_section() 5415 : (ptrdiff_t) cie_id == cie->cie_offset) in print_debug_frame_section() 5444 cie->cie_offset, (uint64_t) cie_id, a); in print_debug_frame_section()
|
/external/qemu/tcg/ |
D | tcg.c | 84 uint32_t cie_offset; member
|