Searched refs:cie_offset (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 230 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) { in GetCIE() argument 231 cie_map_t::iterator pos = m_cie_map.find(cie_offset); in GetCIE() 236 pos->second = ParseCIE(cie_offset); in GetCIE() 244 DWARFCallFrameInfo::ParseCIE(const dw_offset_t cie_offset) { in ParseCIE() argument 245 CIESP cie_sp(new CIE(cie_offset)); in ParseCIE() 246 lldb::offset_t offset = cie_offset; in ParseCIE() 255 end_offset = cie_offset + length + 12; in ParseCIE() 258 end_offset = cie_offset + length + 4; in ParseCIE() 438 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local 445 cie_offset = current_entry + 12 - cie_id; in GetFDEIndex() [all …]
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 87 dw_offset_t cie_offset; member 107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE() 132 const CIE *GetCIE(dw_offset_t cie_offset); 160 ParseCIE(const uint32_t cie_offset);
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 1259 virtual void CIEPointerOutOfRange(uint64_t offset, uint64_t cie_offset); 1263 virtual void BadCIEId(uint64_t offset, uint64_t cie_offset);
|
D | dwarf2reader.cc | 2703 uint64_t cie_offset) { in CIEPointerOutOfRange() argument 2707 filename_.c_str(), offset, section_.c_str(), cie_offset); in CIEPointerOutOfRange() 2710 void CallFrameInfo::Reporter::BadCIEId(uint64_t offset, uint64_t cie_offset) { in BadCIEId() argument 2714 filename_.c_str(), offset, section_.c_str(), cie_offset); in BadCIEId()
|
/external/elfutils/src/ |
D | readelf.c | 6644 ptrdiff_t cie_offset; in print_debug_frame_section() member 6848 newp->cie_offset = offset; in print_debug_frame_section() 6864 ? ((Dwarf_Off) start - cie_id) == (Dwarf_Off) cie->cie_offset in print_debug_frame_section() 6865 : cie_id == (Dwarf_Off) cie->cie_offset) in print_debug_frame_section() 6905 cie->cie_offset, (uint64_t) cie_id); in print_debug_frame_section()
|
D | ChangeLog | 1856 before subtracting cie_id. And cast cie_offset to Dwarf_Off before
|