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

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1191 struct external_exceptab *exceptab; local
1204 exceptab = (struct external_exceptab *)excp_data;
1209 for (i = 0; i * sizeof (*exceptab) < size; i++, exceptab++)
1214 addr = bfd_get_32 (abfd, exceptab->e_addr.e_paddr);
1215 reason = bfd_get_8 (abfd, exceptab->e_reason);
1217 (unsigned) bfd_get_8 (abfd, exceptab->e_lang), reason);

Completed in 88 milliseconds