Searched refs:cie_offset (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DWARFCallFrameInfo.cpp | 234 DWARFCallFrameInfo::GetCIE(dw_offset_t cie_offset) { in GetCIE() argument 235 cie_map_t::iterator pos = m_cie_map.find(cie_offset); in GetCIE() 240 pos->second = ParseCIE(cie_offset); in GetCIE() 248 DWARFCallFrameInfo::ParseCIE(const dw_offset_t cie_offset) { in ParseCIE() argument 249 CIESP cie_sp(new CIE(cie_offset)); in ParseCIE() 250 lldb::offset_t offset = cie_offset; in ParseCIE() 259 end_offset = cie_offset + length + 12; in ParseCIE() 262 end_offset = cie_offset + length + 4; in ParseCIE() 440 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local 447 cie_offset = current_entry + 12 - cie_id; in GetFDEIndex() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 88 dw_offset_t cie_offset; member 108 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE() 134 const CIE *GetCIE(dw_offset_t cie_offset); 162 ParseCIE(const dw_offset_t cie_offset);
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_frame.c | 38 if (cie->cie_offset == offset) in _dwarf_frame_find_cie() 198 cie->cie_offset = *off; in _dwarf_frame_add_cie() 229 *off = cie->cie_offset + ((dwarf_size == 4) ? 4 : 12) + in _dwarf_frame_add_cie() 279 cie->cie_instlen = cie->cie_offset + 4 + length - *off; in _dwarf_frame_add_cie() 281 cie->cie_instlen = cie->cie_offset + 12 + length - *off; in _dwarf_frame_add_cie() 289 cie->cie_version, cie->cie_offset, cie->cie_length, in _dwarf_frame_add_cie() 1437 cie->cie_offset = offset = ds->ds_size; in _dwarf_frame_gen_cie() 1467 len = ds->ds_size - cie->cie_offset - 4; in _dwarf_frame_gen_cie() 1494 fde->fde_cieoff = fde->fde_cie->cie_offset; in _dwarf_frame_gen_fde()
|
H A D | dwarf_frame.c | 192 Dwarf_Ptr *fde_bytes, Dwarf_Unsigned *fde_byte_len, Dwarf_Off *cie_offset, in dwarf_get_fde_range() argument 200 fde_bytes == NULL || fde_byte_len == NULL || cie_offset == NULL || in dwarf_get_fde_range() 210 *cie_offset = fde->fde_cieoff; in dwarf_get_fde_range()
|
H A D | _libdwarf.h | 257 Dwarf_Unsigned cie_offset; /* Offset of the CIE. */ member
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6206 Dwarf_Off cie_offset, fde_offset; in dump_dwarf_frame_section() local 6253 &fde_length, &cie_offset, &cie_index, &fde_offset, in dump_dwarf_frame_section() 6275 (uintmax_t) cie_offset, in dump_dwarf_frame_section() 6312 (uintmax_t) cie_offset, in dump_dwarf_frame_section() 6313 (uintmax_t) (eh_frame ? fde_offset + 4 - cie_offset : in dump_dwarf_frame_section() 6314 cie_offset), in dump_dwarf_frame_section()
|