Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/mach-o/
Dunwind.h160 unsigned char lsda_offset[4]; member
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1918 unsigned int lsda_offset; in dump_exe_compact_unwind() local
1922 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind()
1924 i, func_offset, level2_offset, lsda_offset); in dump_exe_compact_unwind()
2044 unsigned int lsda_offset; in dump_exe_compact_unwind() local
2049 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind()
2052 (content + lsda_offset); in dump_exe_compact_unwind()
2053 nbr_lsda = (next_lsda_offset - lsda_offset) / sizeof (*lsda); in dump_exe_compact_unwind()
2058 (unsigned int) bfd_get_32 (abfd, lsda->lsda_offset)); in dump_exe_compact_unwind()
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c841 this_inf->lsda_offset = buf - start; in _bfd_elf_parse_eh_frame()
1362 + sec_info->entry[mid].lsda_offset)) in _bfd_elf_eh_frame_section_offset()
1666 buf += ent->lsda_offset; in _bfd_elf_write_section_eh_frame()
1677 + ent->new_offset + 8 + ent->lsda_offset); in _bfd_elf_write_section_eh_frame()
Delf-bfd.h344 unsigned int lsda_offset : 8; member
DChangeLog-2007183 field. Use bitfields for fde_encoding, lsda_encoding and lsda_offset.
DChangeLog-0001155 (struct eh_cie_fde): Add lsda_encoding, lsda_offset,
159 lsda_encoding, lsda_offset and make_lsda_relative.