Lines Matching refs:exec_hdr

130   struct internal_exec *execp = exec_hdr (abfd);  in b_out_callback()
223 exec_hdr (abfd) = &rawptr->e; in b_out_mkobject()
401 exec_hdr (abfd)->a_info = BMAGIC; in b_out_write_object_contents()
403 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size; in b_out_write_object_contents()
404 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size; in b_out_write_object_contents()
405 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size; in b_out_write_object_contents()
406 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12; in b_out_write_object_contents()
407 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in b_out_write_object_contents()
408 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8; in b_out_write_object_contents()
409 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8; in b_out_write_object_contents()
411 exec_hdr (abfd)->a_talign = obj_textsec (abfd)->alignment_power; in b_out_write_object_contents()
412 exec_hdr (abfd)->a_dalign = obj_datasec (abfd)->alignment_power; in b_out_write_object_contents()
413 exec_hdr (abfd)->a_balign = obj_bsssec (abfd)->alignment_power; in b_out_write_object_contents()
415 exec_hdr (abfd)->a_tload = obj_textsec (abfd)->vma; in b_out_write_object_contents()
416 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; in b_out_write_object_contents()
418 bout_swap_exec_header_out (abfd, exec_hdr (abfd), &swapped_hdr); in b_out_write_object_contents()
453 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (*exec_hdr (abfd))), SEEK_SET) in b_out_write_object_contents()
460 if (bfd_seek (abfd, (file_ptr) (N_TROFF (*exec_hdr (abfd))), SEEK_SET) in b_out_write_object_contents()
466 if (bfd_seek (abfd, (file_ptr) (N_DROFF (*exec_hdr (abfd))), SEEK_SET) in b_out_write_object_contents()
692 reloc_size = exec_hdr (abfd)->a_drsize; in b_out_slurp_reloc_table()
694 reloc_size = exec_hdr (abfd)->a_trsize; in b_out_slurp_reloc_table()
932 ((exec_hdr (abfd)->a_drsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()
937 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()