Lines Matching refs:obj_textsec
144 obj_textsec (abfd)->alignment_power = execp->a_talign; in b_out_callback()
149 obj_textsec (abfd)->vma = execp->a_tload; in b_out_callback()
152 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma; in b_out_callback()
156 obj_textsec (abfd)->size = execp->a_text; in b_out_callback()
164 obj_textsec (abfd)->filepos = N_TXTOFF (execp); in b_out_callback()
168 obj_textsec (abfd)->rel_filepos = N_TROFF (execp); in b_out_callback()
225 obj_textsec (abfd) = NULL; in b_out_mkobject()
403 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size; in b_out_write_object_contents()
408 exec_hdr (abfd)->a_trsize = (obj_textsec (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()
415 exec_hdr (abfd)->a_tload = obj_textsec (abfd)->vma; in b_out_write_object_contents()
464 if (!b_out_squirt_out_relocs (abfd, obj_textsec (abfd))) in b_out_write_object_contents()
691 else if (asect == obj_textsec (abfd)) in b_out_slurp_reloc_table()
791 cache_ptr->sym_ptr_ptr = obj_textsec (abfd)->symbol_ptr_ptr; in b_out_slurp_reloc_table()
792 cache_ptr->addend = - obj_textsec (abfd)->vma; in b_out_slurp_reloc_table()
933 if (asect == obj_textsec (abfd)) in b_out_get_reloc_upper_bound()
959 obj_textsec (abfd)->filepos = sizeof (struct external_exec); in b_out_set_section_contents()
960 obj_datasec (abfd)->filepos = obj_textsec (abfd)->filepos in b_out_set_section_contents()
961 + obj_textsec (abfd)->size; in b_out_set_section_contents()