Searched refs:cie_offset (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | 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() 155 end_offset = cie_offset + length + 12; in ParseCIE() 158 end_offset = cie_offset + length + 4; in ParseCIE() 325 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local 332 cie_offset = current_entry + 12 - cie_id; in GetFDEIndex() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | DWARFCallFrameInfo.h | 85 dw_offset_t cie_offset; member 98 CIE(dw_offset_t offset) : cie_offset(offset), version (-1), code_align (0), in CIE() 129 GetCIE(dw_offset_t cie_offset); 160 ParseCIE (const uint32_t cie_offset);
|
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_frame.c | 38 if (cie->cie_offset == offset) in _dwarf_frame_find_cie() 196 cie->cie_offset = *off; in _dwarf_frame_add_cie() 227 *off = cie->cie_offset + ((dwarf_size == 4) ? 4 : 12) + in _dwarf_frame_add_cie() 277 cie->cie_instlen = cie->cie_offset + 4 + length - *off; in _dwarf_frame_add_cie() 279 cie->cie_instlen = cie->cie_offset + 12 + length - *off; in _dwarf_frame_add_cie() 287 cie->cie_version, cie->cie_offset, cie->cie_length, in _dwarf_frame_add_cie() 1435 cie->cie_offset = offset = ds->ds_size; in _dwarf_frame_gen_cie() 1465 len = ds->ds_size - cie->cie_offset - 4; in _dwarf_frame_gen_cie() 1492 fde->fde_cieoff = fde->fde_cie->cie_offset; in _dwarf_frame_gen_fde()
|
| HD | 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()
|
| HD | _libdwarf.h | 257 Dwarf_Unsigned cie_offset; /* Offset of the CIE. */ member
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf-eh-frame.c | 792 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; in _bfd_elf_discard_section_eh_frame() local 794 if (cie_offset == ecie->offset) in _bfd_elf_discard_section_eh_frame()
|
| /NextBSD/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 6055 Dwarf_Off cie_offset, fde_offset; in dump_dwarf_frame_section() local 6099 &fde_length, &cie_offset, &cie_index, &fde_offset, in dump_dwarf_frame_section() 6121 (uintmax_t) cie_offset, in dump_dwarf_frame_section() 6158 (uintmax_t) cie_offset, in dump_dwarf_frame_section() 6159 (uintmax_t) (eh_frame ? fde_offset + 4 - cie_offset : in dump_dwarf_frame_section() 6160 cie_offset), in dump_dwarf_frame_section()
|