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

/freebsd-9.3-release/contrib/tcpdump/
H A Ddecnet.h235 byte eh_data; /* test data image field */ member in struct:ehellomsg
H A Dprint-decnet.c290 other = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_data);
/freebsd-9.3-release/contrib/binutils/bfd/
H A DpeXXigen.c1641 bfd_vma eh_data;
1651 eh_data = GET_PDATA_ENTRY (abfd, data + i + 12);
1655 && eh_data == 0 && prolog_end_addr == 0)
1670 fprintf_vma (file, eh_data); fputc (' ', file);
1676 if (eh_handler == 0 && eh_data != 0)
1685 switch (eh_data)
1640 bfd_vma eh_data; local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c216 unsigned long eh_data[4]; member in struct:_Unwind_Context
1684 return context->eh_data[index - 15];
1701 context->eh_data[index - 15] = val;
2193 : : "i"(offsetof (struct _Unwind_Context, eh_data)));

Completed in 81 milliseconds