Searched refs:fixed_header (Results 1 – 1 of 1) sorted by relevance
1608 unsigned char *fixed_header = NULL; in nlm_write_object_contents() local1612 fixed_header = bfd_malloc (nlm_fixed_header_size (abfd)); in nlm_write_object_contents()1613 if (fixed_header == NULL) in nlm_write_object_contents()1968 nlm_swap_fixed_header_out (abfd, nlm_fixed_header (abfd), fixed_header); in nlm_write_object_contents()1969 if (bfd_bwrite (fixed_header, nlm_fixed_header_size (abfd), abfd) in nlm_write_object_contents()1973 if (fixed_header != NULL) in nlm_write_object_contents()1974 free (fixed_header); in nlm_write_object_contents()1978 if (fixed_header != NULL) in nlm_write_object_contents()1979 free (fixed_header); in nlm_write_object_contents()