Home | History | Annotate | Download | only in bfd

Lines Matching full:obj_textsec

342   obj_textsec (abfd)->size = N_TXTSIZE (*execp);
345 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
349 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
354 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
358 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
380 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
381 == obj_textsec (abfd)->size)
387 obj_textsec (abfd)->alignment_power = arch_align_power;
648 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * obj_reloc_entry_size (abfd));
676 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)))
727 obj_textsec (abfd)->filepos = pos;
728 obj_textsec (abfd)->vma = vma;
729 obj_textsec (abfd)->user_set_vma = 1;
730 pos += obj_textsec (abfd)->size;
731 vma += obj_textsec (abfd)->size;
750 execp->a_text = vma - obj_textsec (abfd)->vma;
751 obj_textsec (abfd)->size = execp->a_text;