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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c1315 char *ext_hdr = NULL;
1320 ext_hdr = (char *) bfd_malloc (swap->external_hdr_size);
1321 if (ext_hdr == NULL && swap->external_hdr_size != 0)
1324 if (! bfd_get_section_contents (abfd, section, ext_hdr, (file_ptr) 0,
1329 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
1366 if (ext_hdr != NULL)
1367 free (ext_hdr);
1309 char *ext_hdr = NULL; local
H A Delfxx-mips.c874 char *ext_hdr;
879 ext_hdr = bfd_malloc (swap->external_hdr_size);
880 if (ext_hdr == NULL && swap->external_hdr_size != 0)
883 if (! bfd_get_section_contents (abfd, section, ext_hdr, 0,
888 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
925 if (ext_hdr != NULL)
926 free (ext_hdr);
868 char *ext_hdr; local

Completed in 94 milliseconds