Home
last modified time | relevance | path

Searched refs:cie_offset (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp234 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()
441 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local
448 cie_offset = current_entry + 12 - cie_id; in GetFDEIndex()
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h88 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 uint32_t cie_offset);
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf-eh-frame.c816 unsigned int cie_offset = 0; in _bfd_elf_write_section_eh_frame() local
845 cie_offset = 0; in _bfd_elf_write_section_eh_frame()
848 cie_offset = sec_info->entry[i].new_offset; in _bfd_elf_write_section_eh_frame()
849 cie_offset += (sec_info->entry[i].sec->output_section->vma in _bfd_elf_write_section_eh_frame()
861 cie_offset = sec_info->entry[i].new_offset; in _bfd_elf_write_section_eh_frame()
950 sec_info->entry[i].new_offset + 4 - cie_offset, buf); in _bfd_elf_write_section_eh_frame()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf-eh-frame.c760 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; in _bfd_elf_discard_section_eh_frame() local
762 if (cie_offset == ecie->offset) in _bfd_elf_discard_section_eh_frame()
DChangeLog-2004788 section output_offset. Delete cie_offset, instead use cie_inf