Home
last modified time | relevance | path

Searched refs:eh_data (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A DpeXXigen.c1660 bfd_vma eh_data; in pe_print_pdata() local
1670 eh_data = GET_PDATA_ENTRY (abfd, data + i + 12); in pe_print_pdata()
1674 && eh_data == 0 && prolog_end_addr == 0) in pe_print_pdata()
1689 fprintf_vma (file, eh_data); fputc (' ', file); in pe_print_pdata()
1695 if (eh_handler == 0 && eh_data != 0) in pe_print_pdata()
1704 switch (eh_data) in pe_print_pdata()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dunwind-ia64.c216 unsigned long eh_data[4]; member
1677 return context->eh_data[index - 15]; in _Unwind_GetGR()
1694 context->eh_data[index - 15] = val; in _Unwind_SetGR()
2185 : : "i"(offsetof (struct _Unwind_Context, eh_data))); in uw_install_context()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-decnet.c258 byte eh_data; /* test data image field */ member
727 other = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_data); in print_decnet_ctlmsg()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200017775 and send it to the eh_data section.
17777 exception table for entire compilation unit to eh_data section.
17779 Send output to eh_data section.
17781 a single function to eh_data section.