Searched refs:exceptab (Results 1 – 1 of 1) sorted by relevance
1191 struct external_exceptab *exceptab; in dump_xcoff32_except() local1204 exceptab = (struct external_exceptab *)excp_data; in dump_xcoff32_except()1209 for (i = 0; i * sizeof (*exceptab) < size; i++, exceptab++) in dump_xcoff32_except()1214 addr = bfd_get_32 (abfd, exceptab->e_addr.e_paddr); in dump_xcoff32_except()1215 reason = bfd_get_8 (abfd, exceptab->e_reason); in dump_xcoff32_except()1217 (unsigned) bfd_get_8 (abfd, exceptab->e_lang), reason); in dump_xcoff32_except()