Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp352 uint32_t lsda_offset = in ScanIndex() local
356 lsda_offset > m_section_sp->GetByteSize()) { in ScanIndex()
366 this_index.lsda_array_start = lsda_offset; in ScanIndex()
369 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset; in ScanIndex()
384 uint32_t CompactUnwindInfo::GetLSDAForFunctionOffset(uint32_t lsda_offset, in GetLSDAForFunctionOffset() argument
392 offset_t first_entry = lsda_offset; in GetLSDAForFunctionOffset()
577 uint32_t lsda_offset = GetLSDAForFunctionOffset( in GetCompactUnwindInfoForFunction() local
582 objfile_base_address + lsda_offset, sl); in GetCompactUnwindInfoForFunction()
661 uint32_t lsda_offset = GetLSDAForFunctionOffset( in GetCompactUnwindInfoForFunction() local
666 objfile_base_address + lsda_offset, sl); in GetCompactUnwindInfoForFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h127 uint32_t GetLSDAForFunctionOffset(uint32_t lsda_offset, uint32_t lsda_count,
/freebsd-12.1/contrib/binutils/bfd/
H A Delf-eh-frame.c846 this_inf->lsda_offset = buf - start; in _bfd_elf_discard_section_eh_frame()
1126 + sec_info->entry[mid].lsda_offset)) in _bfd_elf_eh_frame_section_offset()
1424 buf += ent->lsda_offset; in _bfd_elf_write_section_eh_frame()
1434 + ent->lsda_offset); in _bfd_elf_write_section_eh_frame()
H A Delf-bfd.h273 unsigned char lsda_offset; member
H A DChangeLog-0001155 (struct eh_cie_fde): Add lsda_encoding, lsda_offset,
159 lsda_encoding, lsda_offset and make_lsda_relative.