Lines Matching defs:ext_hdr
1346 char *ext_hdr;1351 ext_hdr = bfd_malloc (swap->external_hdr_size);1352 if (ext_hdr == NULL && swap->external_hdr_size != 0)1355 if (! bfd_get_section_contents (abfd, section, ext_hdr, 0,1360 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);1397 if (ext_hdr != NULL)1398 free (ext_hdr);