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

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1190 bfd_byte *excp_data; local
1202 excp_data = (bfd_byte *) xmalloc (size);
1203 bfd_get_section_contents (abfd, sec, excp_data, 0, size);
1204 exceptab = (struct external_exceptab *)excp_data;
1224 free (excp_data);

Completed in 35 milliseconds