Searched refs:unw (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Draise-gcc.c1435 __gnat_adjust_context (unsigned char *unw, ULONG64 rsp) argument
1440 if (unw[0] != 1 || unw[1] != 0)
1442 len = unw[2];
1444 if (unw[3] != 0)
1446 unw += 4;
1450 if (unw[0] != 0)
1452 switch (unw[1] & 0xf)
1456 if ((unw[1] & 0xf0) != 0)
1458 rsp += *(unsigned short *)(unw
[all...]
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c1782 unw_word *unw, header, length;
1823 unw = (unw_word *) (entp->info_offset + segment_base);
1824 header = *unw;
1849 *(_Unwind_Personality_Fn *) (unw[length + 1] + context->gp);
1850 context->lsda = unw + length + 2;
1853 insn = (unsigned char *) (unw + 1);
1854 insn_end = (unsigned char *) (unw + 1 + length);
1774 unw_word *unw, header, length; local
/haiku-buildtools/binutils/bfd/
H A Delfnn-ia64.c4858 asection *group, *unwi, *unw;
4896 unw = bfd_get_section_by_name (abfd, unw_name);
4923 if (unw)
4925 elf_group_name (unw) = name;
4928 elf_next_in_group (unw) = elf_next_in_group (unwi);
4929 elf_next_in_group (unwi) = unw;
4933 elf_next_in_group (unw) = sec;
4934 elf_next_in_group (sec) = unw;
4936 elf_sec_group (unw) = group;
4851 asection *group, *unwi, *unw; local
H A Delf64-ia64-vms.c4358 asection *group, *unwi, *unw; local
4396 unw = bfd_get_section_by_name (abfd, unw_name);
4423 if (unw)
4425 elf_group_name (unw) = name;
4428 elf_next_in_group (unw) = elf_next_in_group (unwi);
4429 elf_next_in_group (unwi) = unw;
4433 elf_next_in_group (unw) = sec;
4434 elf_next_in_group (sec) = unw;
4436 elf_sec_group (unw) = group;
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-ia64.c5580 asection *group, *unwi, *unw;
5618 unw = bfd_get_section_by_name (abfd, unw_name);
5645 if (unw)
5647 elf_group_name (unw) = name;
5650 elf_next_in_group (unw) = elf_next_in_group (unwi);
5651 elf_next_in_group (unwi) = unw;
5655 elf_next_in_group (unw) = sec;
5656 elf_next_in_group (sec) = unw;
5658 elf_sec_group (unw) = group;
5573 asection *group, *unwi, *unw; local

Completed in 204 milliseconds