Searched refs:lsda (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Deh-group2.s7 .cfi_lsda 4, lsda
9 .cfi_lsda 3, lsda
15 lsda: label
/haiku-buildtools/binutils/include/mach-o/
H A Dunwind.h143 unsigned char lsda[4]; member in struct:mach_o_compact_unwind_32
152 unsigned char lsda[8]; member in struct:mach_o_compact_unwind_64
174 - lsda index entries
175 last offset given by lsda offset of last index_entry.
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c75 void *lsda; member in struct:_Unwind_Context
181 return context->lsda;
310 lsda member of CONTEXT, as it is really information
323 context->lsda = 0;
359 _Unwind_Ptr lsda;
361 aug = read_encoded_value (context, fs->lsda_encoding, aug, &lsda);
362 context->lsda = (void *) lsda;
430 that the lsda member is not updated here, but later in
354 _Unwind_Ptr lsda; local
/haiku-buildtools/gcc/libgcc/
H A Dunwind-sjlj.c60 to the index of the call site in the lsda. It is assigned by
71 void *lsda; member in struct:SjLj_Function_Context
239 return context->fc->lsda;
H A Dunwind-dw2.c133 void *lsda; member in struct:_Unwind_Context
370 return context->lsda;
1229 args_size and lsda members of CONTEXT, as they are really information
1241 context->lsda = 0;
1284 _Unwind_Ptr lsda;
1286 aug = read_encoded_value (context, fs->lsda_encoding, aug, &lsda);
1287 context->lsda = (void *) lsda;
1503 that the args_size and lsda members are not updated here, but later in
1279 _Unwind_Ptr lsda; local
/haiku-buildtools/binutils/gas/
H A Ddw2gencfi.h152 expressionS lsda; member in struct:fde_entry
H A Ddw2gencfi.c1109 expression_and_evaluate (&fde->lsda);
1110 switch (fde->lsda.X_op)
2025 emit_expr_encoded (&fde->lsda, cie->lsda_encoding, FALSE);
/haiku-buildtools/gcc/gcc/ada/
H A Draise-gcc.c513 _Unwind_Ptr lsda; member in struct:__anon13
564 if (region->lsda)
565 db (DB_REGIONS, "lsda @ %p", (void *)region->lsda);
567 db (DB_REGIONS, "no lsda");
599 /* Get the base address of the lsda information. If the provided context
602 region->lsda
606 if (! region->lsda)
609 /* Parse the lsda and fill the region descriptor. */
610 p = (const unsigned char *)region->lsda;
[all...]
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dunwind-cr16.c107 void *lsda; member in struct:_Unwind_Context
356 return context->lsda;
1176 args_size and lsda members of CONTEXT, as they are really information
1188 context->lsda = 0;
1231 _Unwind_Ptr lsda;
1233 aug = read_encoded_value (context, fs->lsda_encoding, aug, &lsda);
1234 context->lsda = (void *) lsda;
1450 that the args_size and lsda members are not updated here, but later in
1226 _Unwind_Ptr lsda; local
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c1895 printf (" start length personality lsda\n");
1912 printf_uint64 (bfd_get_64 (abfd, e->lsda));
1979 printf (" idx function level2 off lsda off\n");
2111 struct mach_o_unwind_lsda_index_entry *lsda;
2119 lsda = (struct mach_o_unwind_lsda_index_entry *)
2121 nbr_lsda = (next_lsda_offset - lsda_offset) / sizeof (*lsda);
2124 printf (" lsda %3u: function 0x%08x lsda 0x%08x\n",
2125 j, (unsigned int) bfd_get_32 (abfd, lsda->function_offset),
2126 (unsigned int) bfd_get_32 (abfd, lsda
2109 struct mach_o_unwind_lsda_index_entry *lsda; local
[all...]
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c191 void *lsda; /* language specific data area */ member in struct:_Unwind_Context
1728 return context->lsda;
1790 context->lsda = 0;
1850 context->lsda = unw + length + 2;

Completed in 202 milliseconds