/external/libunwind/src/dwarf/ |
Gfde.c | 244 int32_t cie_offset; local 256 if ((ret = dwarf_reads32 (as, a, &addr, &cie_offset, arg)) < 0) 259 if (is_cie_id (cie_offset, base != 0)) 264 cie_addr = base + cie_offset; 270 cie_addr = cie_offset_addr - cie_offset; 274 int64_t cie_offset; local 284 if ((ret = dwarf_reads64 (as, a, &addr, &cie_offset, arg)) < 0) 287 if (is_cie_id (cie_offset, base != 0)) 292 cie_addr = base + cie_offset; 298 cie_addr = (unw_word_t) ((uint64_t) cie_offset_addr - cie_offset); [all...] |
/external/lldb/include/lldb/Symbol/ |
DWARFCallFrameInfo.h | 85 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);
|
/external/lldb/source/Symbol/ |
DWARFCallFrameInfo.cpp | 127 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) 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) 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...] |
/external/elfutils/0.153/src/ |
readelf.c | 5213 ptrdiff_t cie_offset; member in struct:cieinfo [all...] |