Lines Matching refs:exec_hdr

76   struct internal_exec *execp = exec_hdr (abfd);  in aout_adobe_callback()
250 exec_hdr (abfd) = &rawptr->e; in aout_adobe_mkobject()
276 exec_hdr (abfd)->a_info = ZMAGIC; in aout_adobe_write_object_contents()
279 exec_hdr (abfd)->a_text = 0; in aout_adobe_write_object_contents()
280 exec_hdr (abfd)->a_data = 0; in aout_adobe_write_object_contents()
281 exec_hdr (abfd)->a_bss = 0; in aout_adobe_write_object_contents()
282 exec_hdr (abfd)->a_trsize = 0; in aout_adobe_write_object_contents()
283 exec_hdr (abfd)->a_drsize = 0; in aout_adobe_write_object_contents()
289 exec_hdr (abfd)->a_text += sect->size; in aout_adobe_write_object_contents()
290 exec_hdr (abfd)->a_trsize += sect->reloc_count * in aout_adobe_write_object_contents()
295 exec_hdr (abfd)->a_data += sect->size; in aout_adobe_write_object_contents()
296 exec_hdr (abfd)->a_drsize += sect->reloc_count * in aout_adobe_write_object_contents()
300 exec_hdr (abfd)->a_bss += sect->size; in aout_adobe_write_object_contents()
303 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) in aout_adobe_write_object_contents()
305 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in aout_adobe_write_object_contents()
307 aout_adobe_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr); in aout_adobe_write_object_contents()
336 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (*exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
343 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()
352 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (*exec_hdr (abfd))), SEEK_SET) in aout_adobe_write_object_contents()