Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Deh-group2.s7 .cfi_lsda 4, lsda
9 .cfi_lsda 3, lsda
15 lsda: label
/toolchain/binutils/binutils-2.25/include/mach-o/
Dunwind.h114 unsigned char lsda[4]; member
123 unsigned char lsda[8]; member
/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.h113 expressionS lsda; member
Ddw2gencfi.c928 expression_and_evaluate (&fde->lsda); in dot_cfi_lsda()
929 switch (fde->lsda.X_op) in dot_cfi_lsda()
1618 exp = fde->lsda; in output_fde()
DChangeLog-2006277 personality and lsda.
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1844 printf_uint64 (bfd_get_64 (abfd, e->lsda)); in dump_obj_compact_unwind()
2043 struct mach_o_unwind_lsda_index_entry *lsda; in dump_exe_compact_unwind() local
2051 lsda = (struct mach_o_unwind_lsda_index_entry *) in dump_exe_compact_unwind()
2053 nbr_lsda = (next_lsda_offset - lsda_offset) / sizeof (*lsda); in dump_exe_compact_unwind()
2057 j, (unsigned int) bfd_get_32 (abfd, lsda->function_offset), in dump_exe_compact_unwind()
2058 (unsigned int) bfd_get_32 (abfd, lsda->lsda_offset)); in dump_exe_compact_unwind()
2059 lsda++; in dump_exe_compact_unwind()